summaryrefslogtreecommitdiffstats
path: root/lib/python/apex/common
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2016-07-19 12:41:17 -0400
committerTim Rozet <trozet@redhat.com>2016-07-19 14:56:10 -0400
commit9dbe4eb096c7f20d4375bd298968f42a10914b0e (patch)
tree6c0b3efc50214cfad8b0d6c6d4f3c4aeff9553d3 /lib/python/apex/common
parent40925d0cdc63e557ef04569642875cd07b8ed7ce (diff)
Allows specifying domain name for overcloud/undercloud
Can be set by setting domain_name in network_settings. Defaults to dummy opnfvapex.com. JIRA: APEX-183 JIRA: APEX-182 Change-Id: Ib7c279a1c8432b8635f72e5cc667f16b9cd65159 Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'lib/python/apex/common')
-rw-r--r--lib/python/apex/common/constants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/apex/common/constants.py b/lib/python/apex/common/constants.py
index dfed33f8..996ef2f0 100644
--- a/lib/python/apex/common/constants.py
+++ b/lib/python/apex/common/constants.py
@@ -16,3 +16,4 @@ OPNFV_NETWORK_TYPES = [ADMIN_NETWORK, PRIVATE_NETWORK, PUBLIC_NETWORK,
STORAGE_NETWORK, API_NETWORK]
DNS_SERVERS = ["8.8.8.8", "8.8.4.4"]
ROLES = ['compute', 'controller']
+DOMAIN_NAME = 'localdomain.com'