Replace IP Addresses with placeholders

Removes and replaces potentially valid ip addresses with 127.0.0.1

Change-Id: I5985a033f8b1224e5ab9ea0ee78a55966b30f041
This commit is contained in:
Nicholas Jones 2017-07-27 11:11:02 -05:00
parent 3de38762aa
commit 113e5618e9
12 changed files with 18 additions and 20 deletions

View File

@ -88,7 +88,7 @@ api_options = {
'uuids': 'v1/uuids' 'uuids': 'v1/uuids'
}, },
'rds_server': { 'rds_server': {
'base': 'http://172.20.90.219:8777/', 'base': 'http://127.0.0.1:8777/',
'resources': 'v1/rds/resources', 'resources': 'v1/rds/resources',
'status': 'v1/rds/status/resource/' 'status': 'v1/rds/status/resource/'
}, },

View File

@ -8,8 +8,8 @@ router.post('/v1/rds/resources', (req, res)=> {
'customer': { 'customer': {
'id': '70383330-f107-11e5-9d3c-005056a504e9', 'id': '70383330-f107-11e5-9d3c-005056a504e9',
'links': { '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' 'created': '703ca0a0-f107-11e5-9d3c-005056a504e9'
} }
}); });
@ -24,7 +24,7 @@ router.put('/v1/rds/resources', (req, res)=> {
'customer': { 'customer': {
'id': '70383330-f107-11e5-9d3c-005056a504e9', 'id': '70383330-f107-11e5-9d3c-005056a504e9',
'links': { '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' 'created': '703ca0a0-f107-11e5-9d3c-005056a504e9'
} }

View File

@ -10,7 +10,7 @@ info:
X-Auth-Region - The region X-Auth-Region - The region
# the domain of the service # the domain of the service
host: 135.76.2.229 host: 127.0.0.1
# array of all schemes that your API supports # array of all schemes that your API supports
schemes: schemes:
- https - https

View File

@ -129,7 +129,7 @@ api = {
}, },
'rds_server': { 'rds_server': {
'base': 'http://127.0.0.1:8777/', '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', 'resources': 'v1/rds/resources',
'status': 'v1/rds/status/resource/' 'status': 'v1/rds/status/resource/'
}, },
@ -153,7 +153,7 @@ authentication = {
"mech_id": "admin", "mech_id": "admin",
"mech_pass": "stack", "mech_pass": "stack",
"rms_url": "http://127.0.0.1:8080", "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", "tenant_name": "admin",
"token_role": "admin", "token_role": "admin",
# The Keystone version currently in use. Can be either "2.0" or "3" # The Keystone version currently in use. Can be either "2.0" or "3"

View File

@ -129,7 +129,7 @@ authentication = {
"enabled": False, "enabled": False,
"mech_id": "admin", "mech_id": "admin",
"mech_pass": "stack", "mech_pass": "stack",
"rms_url": "http://172.20.90.174:8080", "rms_url": "http://127.0.0.1:8080",
"tenant_name": "admin", "tenant_name": "admin",
"keystone_version": "2.0", "keystone_version": "2.0",
# "policy_file": "/opt/app/orm/aic-orm-fms/fms_rest/etc/policy.json", # "policy_file": "/opt/app/orm/aic-orm-fms/fms_rest/etc/policy.json",

View File

@ -15,7 +15,7 @@ info:
email: zb593m@att.com email: zb593m@att.com
# the domain of the service # the domain of the service
host: 135.76.2.229 host: 127.0.0.1
# array of all schemes that your API supports # array of all schemes that your API supports
schemes: schemes:
- https - https

View File

@ -74,14 +74,12 @@ api = {
'uuids': 'v1/uuids' 'uuids': 'v1/uuids'
}, },
'rds_server': { 'rds_server': {
# 'base': 'http://172.20.90.179:8777/',
'base': 'http://127.0.0.1:8777/', 'base': 'http://127.0.0.1:8777/',
'resources': 'v1/rds/resources', 'resources': 'v1/rds/resources',
'status': 'v1/rds/status/resource/' 'status': 'v1/rds/status/resource/'
}, },
'rms_server': { 'rms_server': {
'base': 'http://127.0.0.1:8080/', 'base': 'http://127.0.0.1:8080/',
# 'base': 'http://172.20.90.179:8080/',
'groups': 'v1/orm/groups', 'groups': 'v1/orm/groups',
'regions': 'v1/orm/regions', 'regions': 'v1/orm/regions',
'cache_seconds': 60 'cache_seconds': 60
@ -99,7 +97,7 @@ authentication = {
"enabled": False, "enabled": False,
"mech_id": "admin", "mech_id": "admin",
"mech_pass": "stack", "mech_pass": "stack",
"rms_url": "http://172.20.90.174:8080", "rms_url": "http://127.0.0.1:8080",
"tenant_name": "admin", "tenant_name": "admin",
"keystone_version": "2.0", "keystone_version": "2.0",
"token_role": "admin", "token_role": "admin",

View File

@ -11,7 +11,7 @@ info:
There is an optional header parameter X-RANGER-Client which tells who is the client for the api's There is an optional header parameter X-RANGER-Client which tells who is the client for the api's
# the domain of the service # the domain of the service
host: 135.76.2.229 host: 127.0.0.1
# array of all schemes that your API supports # array of all schemes that your API supports
schemes: schemes:
- https - https

View File

@ -4,7 +4,7 @@ info:
title: RMS API title: RMS API
# the domain of the service # the domain of the service
host: 135.76.2.229 host: 127.0.0.1
# array of all schemes that your API supports # array of all schemes that your API supports
schemes: schemes:
- https - https

View File

@ -28,7 +28,7 @@ git = {
'commit_message_format': 'File was added to repository: {}', 'commit_message_format': 'File was added to repository: {}',
'commit_user': 'orm_rds', 'commit_user': 'orm_rds',
'commit_email': 'orm_rds@att.com', '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 'git_cmd_timeout': 45
} }
@ -60,7 +60,7 @@ ordupdate = {
verify = False 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 configurations
yaml_configs = { yaml_configs = {

View File

@ -28,7 +28,7 @@ git = {
'commit_message_format': 'File was added to repository: {}', 'commit_message_format': 'File was added to repository: {}',
'commit_user': 'orm_rds', 'commit_user': 'orm_rds',
'commit_email': 'orm_rds@att.com', '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, 'enabled': False,
'mech_id': 'admin', 'mech_id': 'admin',
'mech_pass': 'stack', 'mech_pass': 'stack',
'rms_url': 'http://172.20.90.174:8080', 'rms_url': 'http://127.0.0.1:8080',
'tenant_name': 'admin' 'tenant_name': 'admin'
} }
@ -54,7 +54,7 @@ ordupdate = {
verify = False verify = False
UUID_URL = 'http://172.20.90.232:8090/v1/uuids' UUID_URL = 'http://127.0.0.1:8090/v1/uuids'
yaml_configs = { yaml_configs = {
'customer_yaml': { 'customer_yaml': {

View File

@ -129,7 +129,7 @@ authentication = {
"enabled": False, "enabled": False,
"mech_id": "admin", "mech_id": "admin",
"mech_pass": "stack", "mech_pass": "stack",
"rms_url": "http://172.20.90.174:8080", "rms_url": "http://127.0.0.1:8080",
"tenant_name": "admin", "tenant_name": "admin",
"keystone_version": "2.0", "keystone_version": "2.0",
# "policy_file": "/opt/app/orm/aic-orm-fms/fms_rest/etc/policy.json", # "policy_file": "/opt/app/orm/aic-orm-fms/fms_rest/etc/policy.json",