commit | b352e4feaab404806bd697454e369e19b1ebc5ef | [log] [tgz] |
---|---|---|
author | Richard Felkl <rfelkl@mirantis.com> | Fri Aug 25 13:33:42 2017 +0200 |
committer | Richard Felkl <rfelkl@mirantis.com> | Fri Aug 25 15:27:34 2017 +0200 |
tree | 213ad6739e3f575df9ab0936ecc3d72a4ee345f8 | |
parent | c26d283c043259ffeffadceff73a7b4c216fbb97 [diff] |
fixed horizon for sl_os_contrail Change-Id: I8af60fa9c0f32d439cb3edb62fb9797b5d14244b
diff --git a/classes/cluster/sl_os_contrail/infra/config.yml b/classes/cluster/sl_os_contrail/infra/config.yml index d625393..1d2bebb 100755 --- a/classes/cluster/sl_os_contrail/infra/config.yml +++ b/classes/cluster/sl_os_contrail/infra/config.yml
@@ -4,6 +4,7 @@ - system.docker.host - system.linux.system.single - system.linux.system.repo.mcp.salt +- system.linux.system.repo.mcp.openstack - system.openssh.client.lab - system.salt.master.api - system.salt.master.pkg @@ -65,7 +66,7 @@ site: nginx_proxy_openstack_web: proxy: - host: prx + host: cfg nginx_proxy_openstack_api_heat_cfn: enabled: false salt:
diff --git a/classes/cluster/sl_os_contrail/openstack/dashboard.yml b/classes/cluster/sl_os_contrail/openstack/dashboard.yml index 4edfcb5..7ad6038 100755 --- a/classes/cluster/sl_os_contrail/openstack/dashboard.yml +++ b/classes/cluster/sl_os_contrail/openstack/dashboard.yml
@@ -19,3 +19,7 @@ proto: static address: ${_param:single_address} netmask: 255.255.255.0 + horizon: + server: + identity: + host: ctl \ No newline at end of file