commit | b61ae7414bee2e144a732e05737698c3b74b4687 | [log] [tgz] |
---|---|---|
author | Jonathan Hart <jono@opennetworking.org> | Wed Oct 11 16:46:18 2017 -0700 |
committer | Jonathan Hart <jono@opennetworking.org> | Thu Oct 12 20:30:34 2017 -0700 |
tree | e87f7d010ed9e1b93a27434622f04fc0df7ba1bb | |
parent | 1862ba8189e012f7d61540277869cd0a7e6a5ad4 [diff] |
xosEndpoint in VTN should target Chameleon, not the XOS core. Change-Id: I3652b10360c0d6a92e2214627eb312c2c595ce72
diff --git a/roles/cord-profile/defaults/main.yml b/roles/cord-profile/defaults/main.yml index 2e720d8..a61b3fd 100644 --- a/roles/cord-profile/defaults/main.yml +++ b/roles/cord-profile/defaults/main.yml
@@ -55,6 +55,7 @@ xos_bootstrap_ui_port: 9001 xos_ui_port: 9000 +xos_chameleon_port: 9101 xos_users: []
diff --git a/roles/cord-profile/templates/vtn-service.yaml.j2 b/roles/cord-profile/templates/vtn-service.yaml.j2 index 8eb4c4b..bcbd830 100644 --- a/roles/cord-profile/templates/vtn-service.yaml.j2 +++ b/roles/cord-profile/templates/vtn-service.yaml.j2
@@ -47,7 +47,7 @@ sshUser: root sshKeyFile: /root/node_key sshPort: 22 - xosEndpoint: http://xos:{{ xos_ui_port }}/ + xosEndpoint: xos-chameleon:{{ xos_chameleon_port }} xosUser: {{ xos_admin_user }} xosPassword: {{ xos_admin_pass }} replaces: service_vtn