Merge "Enable neutron trunk ports" into stable/euphrates
[fuel.git] / mcp / reclass / classes / cluster / virtual-mcp-ocata-common / openstack_init.yml
index a14a711..81f050f 100644 (file)
@@ -1,3 +1,11 @@
+##############################################################################
+# Copyright (c) 2017 Mirantis Inc., Enea AB and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
+---
 parameters:
   _param:
     openstack_version: ocata
@@ -8,15 +16,15 @@ parameters:
     cluster_public_protocol: http
     cluster_public_host: 10.16.0.101
     neutron_public_protocol: http
-    neutron_control_dvr: False
-    neutron_l3_ha: False
+    neutron_control_dvr: 'False'
+    neutron_l3_ha: 'False'
     neutron_global_physnet_mtu: 1500
     neutron_external_mtu: 1500
-    neutron_gateway_dvr: False
+    neutron_gateway_dvr: 'False'
     neutron_gateway_agent_mode: legacy
-    neutron_compute_dvr: False
+    neutron_compute_dvr: 'False'
     neutron_compute_agent_mode: legacy
-    neutron_compute_external_access: False
+    neutron_compute_external_access: 'False'
     galera_server_cluster_name: openstack_cluster
     galera_server_maintenance_password: opnfv_secret
     galera_server_admin_password: opnfv_secret
@@ -51,7 +59,6 @@ parameters:
     nova_vncproxy_url: http://${_param:cluster_vip_address}:8060
     neutron_version: ${_param:openstack_version}
     neutron_service_host: ${_param:cluster_local_address}
-    metadata_password: password
     mysql_admin_user: root
     mysql_admin_password: opnfv_secret
     mysql_cinder_password: opnfv_secret
@@ -78,7 +85,7 @@ parameters:
     horizon_secret_key: opaesee8Que2yahJoh9fo0eefo1Aeyo6ahyei8zeiboh3aeth5loth7ieNa5xi5e
     horizon_identity_host: ${_param:cluster_vip_address}
     horizon_identity_encryption: none
-    horizon_identity_version: 3
+    horizon_identity_version: 2
     mongodb_server_replica_set: ceilometer
     mongodb_ceilometer_password: opnfv_secret
     mongodb_admin_password: opnfv_secret
@@ -98,25 +105,25 @@ parameters:
         ctl:
           address: ${_param:openstack_control_address}
           names:
-          - ctl
-          - ctl.${_param:cluster_domain}
+            - ctl
+            - ctl.${_param:cluster_domain}
         ctl01:
           address: ${_param:openstack_control_node01_address}
           names:
-          - ctl01
-          - ctl01.${_param:cluster_domain}
+            - ctl01
+            - ctl01.${_param:cluster_domain}
         gtw01:
           address: ${_param:openstack_gateway_address}
           names:
-          - gtw01
-          - gtw01.${_param:cluster_domain}
+            - gtw01
+            - gtw01.${_param:cluster_domain}
         cmp01:
           address: 172.16.10.105
           names:
-          - cmp01
-          - cmp01.${_param:cluster_domain}
+            - cmp01
+            - cmp01.${_param:cluster_domain}
         cmp02:
           address: 172.16.10.106
           names:
-          - cmp02
-          - cmp02.${_param:cluster_domain}
+            - cmp02
+            - cmp02.${_param:cluster_domain}