diff --git a/orm/services/customer_manager/cms_rest/tests/config.py b/orm/services/customer_manager/cms_rest/tests/config.py index 5d1cd11f..3eb0c526 100755 --- a/orm/services/customer_manager/cms_rest/tests/config.py +++ b/orm/services/customer_manager/cms_rest/tests/config.py @@ -88,7 +88,7 @@ api_options = { 'uuids': 'v1/uuids' }, 'rds_server': { - 'base': 'http://172.20.90.219:8777/', + 'base': 'http://127.0.0.1:8777/', 'resources': 'v1/rds/resources', 'status': 'v1/rds/status/resource/' }, diff --git a/orm/services/customer_manager/rds_mock/routes/rds.js b/orm/services/customer_manager/rds_mock/routes/rds.js index 347d719c..7b278b2a 100644 --- a/orm/services/customer_manager/rds_mock/routes/rds.js +++ b/orm/services/customer_manager/rds_mock/routes/rds.js @@ -8,8 +8,8 @@ router.post('/v1/rds/resources', (req, res)=> { 'customer': { 'id': '70383330-f107-11e5-9d3c-005056a504e9', 'links': { - 'own': 'http://172.20.90.179:8777/v1/rds/customer/70383330-f107-11e5-9d3c-005056a504e9' - }, + 'own': 'http://127.0.0.1:8777/v1/rds/customer/70383330-f107-11e5-9d3c-005056a504e9' + } 'created': '703ca0a0-f107-11e5-9d3c-005056a504e9' } }); @@ -24,7 +24,7 @@ router.put('/v1/rds/resources', (req, res)=> { 'customer': { 'id': '70383330-f107-11e5-9d3c-005056a504e9', 'links': { - 'own': 'http://172.20.90.179:8777/v1/rds/customer/70383330-f107-11e5-9d3c-005056a504e9' + 'own': 'http://127.0.0.1:8777/v1/rds/customer/70383330-f107-11e5-9d3c-005056a504e9' }, 'created': '703ca0a0-f107-11e5-9d3c-005056a504e9' } diff --git a/orm/services/customer_manager/swagger/swagger.yaml b/orm/services/customer_manager/swagger/swagger.yaml index 892cea08..02a7df78 100644 --- a/orm/services/customer_manager/swagger/swagger.yaml +++ b/orm/services/customer_manager/swagger/swagger.yaml @@ -10,7 +10,7 @@ info: X-Auth-Region - The region # the domain of the service -host: 135.76.2.229 +host: 127.0.0.1 # array of all schemes that your API supports schemes: - https diff --git a/orm/services/flavor_manager/config.py b/orm/services/flavor_manager/config.py index 7e5f2fcb..604ea8b2 100755 --- a/orm/services/flavor_manager/config.py +++ b/orm/services/flavor_manager/config.py @@ -129,7 +129,7 @@ api = { }, 'rds_server': { 'base': 'http://127.0.0.1:8777/', - # 'base': 'http://172.20.91.35:8777/', + # 'base': 'http://127.0.0.1:8777/', 'resources': 'v1/rds/resources', 'status': 'v1/rds/status/resource/' }, @@ -153,7 +153,7 @@ authentication = { "mech_id": "admin", "mech_pass": "stack", "rms_url": "http://127.0.0.1:8080", - # "rms_url": "http://172.20.90.174:8080", + # "rms_url": "http://127.0.0.1:8080", "tenant_name": "admin", "token_role": "admin", # The Keystone version currently in use. Can be either "2.0" or "3" diff --git a/orm/services/flavor_manager/fms_rest/tests/config.py b/orm/services/flavor_manager/fms_rest/tests/config.py index c72b6987..721165d3 100755 --- a/orm/services/flavor_manager/fms_rest/tests/config.py +++ b/orm/services/flavor_manager/fms_rest/tests/config.py @@ -129,7 +129,7 @@ authentication = { "enabled": False, "mech_id": "admin", "mech_pass": "stack", - "rms_url": "http://172.20.90.174:8080", + "rms_url": "http://127.0.0.1:8080", "tenant_name": "admin", "keystone_version": "2.0", # "policy_file": "/opt/app/orm/aic-orm-fms/fms_rest/etc/policy.json", diff --git a/orm/services/flavor_manager/swagger/swagger.yaml b/orm/services/flavor_manager/swagger/swagger.yaml index 4a7ab70e..32868364 100644 --- a/orm/services/flavor_manager/swagger/swagger.yaml +++ b/orm/services/flavor_manager/swagger/swagger.yaml @@ -15,7 +15,7 @@ info: email: zb593m@att.com # the domain of the service -host: 135.76.2.229 +host: 127.0.0.1 # array of all schemes that your API supports schemes: - https diff --git a/orm/services/image_manager/ims/tests/config.py b/orm/services/image_manager/ims/tests/config.py index 21f0a721..6884da21 100755 --- a/orm/services/image_manager/ims/tests/config.py +++ b/orm/services/image_manager/ims/tests/config.py @@ -74,14 +74,12 @@ api = { 'uuids': 'v1/uuids' }, 'rds_server': { - # 'base': 'http://172.20.90.179:8777/', 'base': 'http://127.0.0.1:8777/', 'resources': 'v1/rds/resources', 'status': 'v1/rds/status/resource/' }, 'rms_server': { 'base': 'http://127.0.0.1:8080/', - # 'base': 'http://172.20.90.179:8080/', 'groups': 'v1/orm/groups', 'regions': 'v1/orm/regions', 'cache_seconds': 60 @@ -99,7 +97,7 @@ authentication = { "enabled": False, "mech_id": "admin", "mech_pass": "stack", - "rms_url": "http://172.20.90.174:8080", + "rms_url": "http://127.0.0.1:8080", "tenant_name": "admin", "keystone_version": "2.0", "token_role": "admin", diff --git a/orm/services/image_manager/swagger/swagger.yaml b/orm/services/image_manager/swagger/swagger.yaml index 87bb21f1..d59f66e7 100755 --- a/orm/services/image_manager/swagger/swagger.yaml +++ b/orm/services/image_manager/swagger/swagger.yaml @@ -11,7 +11,7 @@ info: There is an optional header parameter X-RANGER-Client which tells who is the client for the api's # the domain of the service -host: 135.76.2.229 +host: 127.0.0.1 # array of all schemes that your API supports schemes: - https diff --git a/orm/services/region_manager/swagger/swagger.yaml b/orm/services/region_manager/swagger/swagger.yaml index 03180aaa..3f45e0b6 100644 --- a/orm/services/region_manager/swagger/swagger.yaml +++ b/orm/services/region_manager/swagger/swagger.yaml @@ -4,7 +4,7 @@ info: title: RMS API # the domain of the service -host: 135.76.2.229 +host: 127.0.0.1 # array of all schemes that your API supports schemes: - https diff --git a/orm/services/resource_distributor/config.py b/orm/services/resource_distributor/config.py index 1b43ada6..5ef54a55 100755 --- a/orm/services/resource_distributor/config.py +++ b/orm/services/resource_distributor/config.py @@ -28,7 +28,7 @@ git = { 'commit_message_format': 'File was added to repository: {}', 'commit_user': 'orm_rds', 'commit_email': 'orm_rds@att.com', - 'git_server_url': 'orm_rds@172.20.90.218:~/SoT/ORM.git', + 'git_server_url': 'orm_rds@127.0.0.1:~/SoT/ORM.git', 'git_cmd_timeout': 45 } @@ -60,7 +60,7 @@ ordupdate = { verify = False -UUID_URL = 'http://172.20.90.232:8090/v1/uuids' +UUID_URL = 'http://127.0.0.1:8090/v1/uuids' # yaml configurations yaml_configs = { diff --git a/orm/services/resource_distributor/rds/tests/config.py b/orm/services/resource_distributor/rds/tests/config.py index b7314bfd..512bdfd5 100755 --- a/orm/services/resource_distributor/rds/tests/config.py +++ b/orm/services/resource_distributor/rds/tests/config.py @@ -28,7 +28,7 @@ git = { 'commit_message_format': 'File was added to repository: {}', 'commit_user': 'orm_rds', 'commit_email': 'orm_rds@att.com', - 'git_server_url': 'orm_rds@172.20.90.218:~/SoT/ORM.git' + 'git_server_url': 'orm_rds@127.0.0.1:~/SoT/ORM.git' } @@ -42,7 +42,7 @@ authentication = { 'enabled': False, 'mech_id': 'admin', 'mech_pass': 'stack', - 'rms_url': 'http://172.20.90.174:8080', + 'rms_url': 'http://127.0.0.1:8080', 'tenant_name': 'admin' } @@ -54,7 +54,7 @@ ordupdate = { verify = False -UUID_URL = 'http://172.20.90.232:8090/v1/uuids' +UUID_URL = 'http://127.0.0.1:8090/v1/uuids' yaml_configs = { 'customer_yaml': { diff --git a/orm/tests/config.py b/orm/tests/config.py index c72b6987..721165d3 100644 --- a/orm/tests/config.py +++ b/orm/tests/config.py @@ -129,7 +129,7 @@ authentication = { "enabled": False, "mech_id": "admin", "mech_pass": "stack", - "rms_url": "http://172.20.90.174:8080", + "rms_url": "http://127.0.0.1:8080", "tenant_name": "admin", "keystone_version": "2.0", # "policy_file": "/opt/app/orm/aic-orm-fms/fms_rest/etc/policy.json",