X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=notcompute.yaml;h=ef339361baba965c98561795023e93451b1ad741;hb=69f1dcc7cb1f881b9df0d0c5ac0c34627bc1d775;hp=2e598c0fbae7416300c67c3b01d838c23d13a840;hpb=b971d39d8ff9322a734922a829ba9a42c62297f5;p=apex-tripleo-heat-templates.git diff --git a/notcompute.yaml b/notcompute.yaml index 2e598c0f..ef339361 100644 --- a/notcompute.yaml +++ b/notcompute.yaml @@ -1,4 +1,4 @@ -Description: Nova API,Keystone,Heat Engine and API,Glance,Quantum,Dedicated MySQL +Description: Nova API,Keystone,Heat Engine and API,Glance,Neutron,Dedicated MySQL server,Dedicated RabbitMQ Server HeatTemplateFormatVersion: '2012-12-12' Parameters: @@ -8,6 +8,7 @@ Parameters: Default: '' Description: Password to use for mysqldump from Bootstrap Host Type: String + NoEcho: true BootstrapHost: Default: '' Description: Load mysqldump from this Host @@ -16,10 +17,12 @@ Parameters: Default: '' Description: Root password for localhost access after bootstrap Type: String + NoEcho: true BootstrapSlavePassword: Default: '' Description: Password to use with BootstrapSlaveUser Type: String + NoEcho: true BootstrapSlaveUser: Default: '' Description: User to use for replication from bootstrap host @@ -27,9 +30,11 @@ Parameters: GlanceDBPassword: Description: Password for connecting to glance database Type: String + NoEcho: true HeatDBPassword: Description: Password for accessing Heat database. Type: String + NoEcho: true InstanceType: Default: baremetal Description: Use this flavor @@ -41,26 +46,32 @@ Parameters: KeystoneDBPassword: Description: Password for connecting to keystone Type: String + NoEcho: true NovaDBPassword: Description: Password for connecting to nova database Type: String + NoEcho: true NovaInterfaces: Default: eth0 Type: String - QuantumDBPassword: - Description: Password for connecting to quantum database + NeutronDBPassword: + Description: Password for connecting to neutron database Type: String - QuantumInterfaces: + NoEcho: true + NeutronInterfaces: Default: eth0 Type: String RabbitMQPassword: Description: Password for RabbitMQ Type: String + NoEcho: true RabbitPassword: Type: String + NoEcho: true ServicePassword: Description: admin_password for setting up auth in nova. Type: String + NoEcho: true notcomputeImage: Type: String Resources: @@ -107,9 +118,9 @@ Resources: - database: nova username: nova password: {Ref: NovaDBPassword} - - database: quantum - username: quantum - password: {Ref: QuantumDBPassword} + - database: neutron + username: neutron + password: {Ref: NeutronDBPassword} glance: db: Fn::Join: @@ -157,15 +168,15 @@ Resources: - - 'mysql://nova:' - {Ref: NovaDBPassword} - '@127.0.0.1/nova' - quantum: + neutron: host: '127.0.0.1' ovs_db: Fn::Join: - '' - - - 'mysql://quantum:' - - {Ref: QuantumDBPassword} - - '@127.0.0.1/ovs_quantum' + - - 'mysql://neutron:' + - {Ref: NeutronDBPassword} + - '@127.0.0.1/ovs_neutron' rabbit: host: '127.0.0.1'