Initial commit
diff --git a/metadata/service/control/analytics.yml b/metadata/service/control/analytics.yml
new file mode 100644
index 0000000..ca3ec15
--- /dev/null
+++ b/metadata/service/control/analytics.yml
@@ -0,0 +1,60 @@
+applications:
+- opencontrail
+parameters:
+ _param:
+ opencontrail_version: 2.2
+ opencontrail:
+ common:
+ version: ${_param:opencontrail_version}
+ identity:
+ engine: keystone
+ host: ${_param:cluster_vip_address}
+ port: 35357
+ token: '${_param:keystone_service_token}'
+ password: '${_param:keystone_admin_password}'
+ network:
+ engine: neutron
+ host: ${_param:network_vip_address}
+ port: 9696
+ collector:
+ version: ${_param:opencontrail_version}
+ enabled: true
+ bind:
+ address: ${_param:cluster_local_address}
+ master:
+ host: ${_param:cluster_local_address}
+ discovery:
+ host: ${_param:network_vip_address}
+ data_ttl: 1
+ database:
+ members:
+ - host: ${_param:cluster_node01_address}
+ port: 9160
+ - host: ${_param:cluster_node02_address}
+ port: 9160
+ - host: ${_param:cluster_node03_address}
+ port: 9160
+ database:
+ version: ${_param:opencontrail_version}
+ cassandra:
+ version: 2
+ enabled: true
+ name: 'Contrail'
+ minimum_disk: 10
+ original_token: 0
+ data_dirs:
+ - /var/lib/cassandra
+ id: ${_param:opencontrail_database_id}
+ discovery:
+ host: ${_param:network_vip_address}
+ bind:
+ host: ${_param:cluster_local_address}
+ port: 9042
+ rpc_port: 9160
+ members:
+ - host: ${_param:cluster_node01_address}
+ id: 1
+ - host: ${_param:cluster_node02_address}
+ id: 2
+ - host: ${_param:cluster_node03_address}
+ id: 3
diff --git a/metadata/service/control/cluster.yml b/metadata/service/control/cluster.yml
new file mode 100644
index 0000000..5f28ecb
--- /dev/null
+++ b/metadata/service/control/cluster.yml
@@ -0,0 +1,150 @@
+applications:
+- opencontrail
+parameters:
+ _param:
+ opencontrail_version: 2.2
+ opencontrail:
+ common:
+ version: ${_param:opencontrail_version}
+ source:
+ engine: pkg
+ address: http://mirror.robotice.cz/contrail-havana/
+ identity:
+ engine: keystone
+ host: ${_param:cluster_vip_address}
+ port: 35357
+ token: '${_param:keystone_service_token}'
+ password: '${_param:keystone_admin_password}'
+ network:
+ engine: neutron
+ host: ${_param:cluster_vip_address}
+ port: 9696
+ config:
+ version: ${_param:opencontrail_version}
+ enabled: true
+ network:
+ engine: neutron
+ host: ${_param:cluster_vip_address}
+ port: 9696
+ discovery:
+ host: ${_param:cluster_vip_address}
+ analytics:
+ host: ${_param:cluster_vip_address}
+ bind:
+ address: ${_param:cluster_local_address}
+ message_queue:
+ engine: rabbitmq
+ host: ${_param:cluster_vip_address}
+ port: 5672
+ database:
+ members:
+ - host: ${_param:cluster_node01_address}
+ port: 9160
+ - host: ${_param:cluster_node02_address}
+ port: 9160
+ - host: ${_param:cluster_node03_address}
+ port: 9160
+ cache:
+ host: ${_param:cluster_local_address}
+ identity:
+ engine: keystone
+ region: RegionOne
+ host: ${_param:cluster_vip_address}
+ port: 35357
+ user: admin
+ password: '${_param:keystone_admin_password}'
+ token: '${_param:keystone_service_token}'
+ tenant: admin
+ members:
+ - host: ${_param:cluster_node01_address}
+ id: 1
+ - host: ${_param:cluster_node02_address}
+ id: 2
+ - host: ${_param:cluster_node03_address}
+ id: 3
+ control:
+ version: ${_param:opencontrail_version}
+ enabled: true
+ bind:
+ address: ${_param:cluster_local_address}
+ discovery:
+ host: ${_param:cluster_vip_address}
+ master:
+ host: ${_param:cluster_local_address}
+ members:
+ - host: ${_param:cluster_node01_address}
+ id: 1
+ - host: ${_param:cluster_node02_address}
+ id: 2
+ - host: ${_param:cluster_node03_address}
+ id: 3
+ collector:
+ version: ${_param:opencontrail_version}
+ enabled: true
+ bind:
+ address: ${_param:cluster_local_address}
+ master:
+ host: ${_param:cluster_local_address}
+ discovery:
+ host: ${_param:cluster_vip_address}
+ data_ttl: 1
+ database:
+ members:
+ - host: ${_param:cluster_node01_address}
+ port: 9160
+ - host: ${_param:cluster_node02_address}
+ port: 9160
+ - host: ${_param:cluster_node03_address}
+ port: 9160
+ database:
+ version: ${_param:opencontrail_version}
+ cassandra:
+ version: 2
+ enabled: true
+ name: 'Contrail'
+ minimum_disk: 10
+ original_token: 0
+ data_dirs:
+ - /var/lib/cassandra
+ id: ${_param:opencontrail_database_id}
+ discovery:
+ host: ${_param:cluster_vip_address}
+ bind:
+ host: ${_param:cluster_local_address}
+ port: 9042
+ rpc_port: 9160
+ members:
+ - host: ${_param:cluster_node01_address}
+ id: 1
+ - host: ${_param:cluster_node02_address}
+ id: 2
+ - host: ${_param:cluster_node03_address}
+ id: 3
+ web:
+ version: ${_param:opencontrail_version}
+ enabled: True
+ bind:
+ address: ${_param:cluster_local_address}
+ master:
+ host: ${_param:cluster_vip_address}
+ analytics:
+ host: ${_param:cluster_vip_address}
+ cache:
+ engine: redis
+ host: ${_param:cluster_local_address}
+ port: 6379
+ members:
+ - host: ${_param:cluster_node01_address}
+ id: 1
+ - host: ${_param:cluster_node02_address}
+ id: 2
+ - host: ${_param:cluster_node03_address}
+ id: 3
+ identity:
+ engine: keystone
+ host: ${_param:cluster_vip_address}
+ port: 35357
+ user: admin
+ password: '${_param:keystone_admin_password}'
+ token: '${_param:keystone_service_token}'
+ tenant: admin
diff --git a/metadata/service/control/control.yml b/metadata/service/control/control.yml
new file mode 100644
index 0000000..a45d39e
--- /dev/null
+++ b/metadata/service/control/control.yml
@@ -0,0 +1,129 @@
+applications:
+- opencontrail
+parameters:
+ _param:
+ opencontrail_version: 2.2
+ opencontrail:
+ common:
+ version: ${_param:opencontrail_version}
+ identity:
+ engine: keystone
+ host: ${_param:cluster_vip_address}
+ port: 35357
+ token: '${_param:keystone_service_token}'
+ password: '${_param:keystone_admin_password}'
+ network:
+ engine: neutron
+ host: ${_param:cluster_vip_address}
+ port: 9696
+ config:
+ version: ${_param:opencontrail_version}
+ enabled: true
+ network:
+ engine: neutron
+ host: ${_param:cluster_vip_address}
+ port: 9696
+ discovery:
+ host: ${_param:cluster_vip_address}
+ analytics:
+ host: ${_param:analytics_vip_address}
+ bind:
+ address: ${_param:cluster_local_address}
+ message_queue:
+ engine: rabbitmq
+ host: ${_param:cluster_vip_address}
+ port: 5672
+ database:
+ members:
+ - host: ${_param:cluster_node01_address}
+ port: 9160
+ - host: ${_param:cluster_node02_address}
+ port: 9160
+ - host: ${_param:cluster_node03_address}
+ port: 9160
+ cache:
+ host: ${_param:cluster_local_address}
+ identity:
+ engine: keystone
+ region: RegionOne
+ host: ${_param:cluster_vip_address}
+ port: 35357
+ user: admin
+ password: '${_param:keystone_admin_password}'
+ token: '${_param:keystone_service_token}'
+ tenant: admin
+ members:
+ - host: ${_param:cluster_node01_address}
+ id: 1
+ - host: ${_param:cluster_node02_address}
+ id: 2
+ - host: ${_param:cluster_node03_address}
+ id: 3
+ control:
+ version: ${_param:opencontrail_version}
+ enabled: true
+ bind:
+ address: ${_param:cluster_local_address}
+ discovery:
+ host: ${_param:cluster_vip_address}
+ master:
+ host: ${_param:cluster_local_address}
+ members:
+ - host: ${_param:cluster_node01_address}
+ id: 1
+ - host: ${_param:cluster_node02_address}
+ id: 2
+ - host: ${_param:cluster_node03_address}
+ id: 3
+ database:
+ version: ${_param:opencontrail_version}
+ cassandra:
+ version: 2
+ enabled: true
+ name: 'Contrail'
+ minimum_disk: 10
+ original_token: 0
+ data_dirs:
+ - /var/lib/cassandra
+ id: ${_param:opencontrail_database_id}
+ discovery:
+ host: ${_param:cluster_vip_address}
+ bind:
+ host: ${_param:cluster_local_address}
+ port: 9042
+ rpc_port: 9160
+ members:
+ - host: ${_param:cluster_node01_address}
+ id: 1
+ - host: ${_param:cluster_node02_address}
+ id: 2
+ - host: ${_param:cluster_node03_address}
+ id: 3
+ web:
+ version: ${_param:opencontrail_version}
+ enabled: True
+ bind:
+ address: ${_param:cluster_local_address}
+ analytics:
+ host: ${_param:analytics_vip_address}
+ master:
+ host: ${_param:cluster_vip_address}
+ cache:
+ engine: redis
+ host: ${_param:cluster_local_address}
+ port: 6379
+ members:
+ - host: ${_param:cluster_node01_address}
+ id: 1
+ - host: ${_param:cluster_node02_address}
+ id: 2
+ - host: ${_param:cluster_node03_address}
+ id: 3
+ identity:
+ engine: keystone
+ host: ${_param:cluster_vip_address}
+ port: 35357
+ user: admin
+ password: '${_param:keystone_admin_password}'
+ token: '${_param:keystone_service_token}'
+ tenant: admin
diff --git a/metadata/service/control/single.yml b/metadata/service/control/single.yml
new file mode 100644
index 0000000..fa80c65
--- /dev/null
+++ b/metadata/service/control/single.yml
@@ -0,0 +1,126 @@
+applications:
+- opencontrail
+parameters:
+ _param:
+ opencontrail_version: 2.2
+ opencontrail:
+ common:
+ version: ${_param:opencontrail_version}
+ source:
+ engine: pkg
+ address: http://mirror.robotice.cz/contrail-havana/
+ identity:
+ engine: keystone
+ host: ${_param:cluster_vip_address}
+ port: 35357
+ token: '${_param:keystone_service_token}'
+ password: '${_param:keystone_admin_password}'
+ network:
+ engine: neutron
+ host: ${_param:cluster_vip_address}
+ port: 9696
+ config:
+ version: ${_param:opencontrail_version}
+ enabled: true
+ network:
+ engine: neutron
+ host: ${_param:cluster_vip_address}
+ port: 9696
+ discovery:
+ host: ${_param:cluster_vip_address}
+ analytics:
+ host: ${_param:cluster_vip_address}
+ bind:
+ address: ${_param:cluster_local_address}
+ message_queue:
+ engine: rabbitmq
+ host: ${_param:cluster_vip_address}
+ port: 5672
+ database:
+ members:
+ - host: ${_param:cluster_local_address}
+ port: 9160
+ cache:
+ host: ${_param:cluster_local_address}
+ identity:
+ engine: keystone
+ region: RegionOne
+ host: ${_param:cluster_vip_address}
+ port: 35357
+ user: admin
+ password: '${_param:keystone_admin_password}'
+ token: '${_param:keystone_service_token}'
+ tenant: admin
+ members:
+ - host: ${_param:cluster_local_address}
+ id: 1
+ control:
+ version: ${_param:opencontrail_version}
+ enabled: true
+ bind:
+ address: ${_param:cluster_local_address}
+ discovery:
+ host: ${_param:cluster_vip_address}
+ master:
+ host: ${_param:cluster_local_address}
+ members:
+ - host: ${_param:cluster_local_address}
+ id: 1
+ collector:
+ version: ${_param:opencontrail_version}
+ enabled: true
+ bind:
+ address: ${_param:cluster_local_address}
+ master:
+ host: ${_param:cluster_local_address}
+ discovery:
+ host: ${_param:cluster_vip_address}
+ data_ttl: 2
+ database:
+ members:
+ - host: ${_param:cluster_local_address}
+ port: 9160
+ database:
+ version: ${_param:opencontrail_version}
+ cassandra:
+ version: 2
+ enabled: true
+ minimum_disk: 10
+ name: 'Contrail'
+ original_token: 0
+ data_dirs:
+ - /var/lib/cassandra
+ id: ${_param:opencontrail_database_id}
+ discovery:
+ host: ${_param:cluster_vip_address}
+ bind:
+ host: ${_param:cluster_local_address}
+ port: 9042
+ rpc_port: 9160
+ members:
+ - host: ${_param:cluster_local_address}
+ id: 1
+ web:
+ version: ${_param:opencontrail_version}
+ enabled: True
+ bind:
+ address: ${_param:cluster_local_address}
+ analytics:
+ host: ${_param:cluster_vip_address}
+ master:
+ host: ${_param:cluster_vip_address}
+ cache:
+ engine: redis
+ host: ${_param:cluster_local_address}
+ port: 6379
+ members:
+ - host: ${_param:cluster_local_address}
+ id: 1
+ identity:
+ engine: keystone
+ host: ${_param:cluster_vip_address}
+ port: 35357
+ user: admin
+ password: '${_param:keystone_admin_password}'
+ token: '${_param:keystone_service_token}'
+ tenant: admin
diff --git a/metadata/service/tor/single.yml b/metadata/service/tor/single.yml
new file mode 100644
index 0000000..b57c9c2
--- /dev/null
+++ b/metadata/service/tor/single.yml
@@ -0,0 +1,17 @@
+applications:
+- opencontrail
+parameters:
+ _param:
+ opencontrail_version: 2.2
+ opencontrail_tor_agents: 1
+ opencontrail:
+ tor:
+ enabled: true
+ version: ${_param:opencontrail_version}
+ agents: ${_param:opencontrail_tor_agents}
+ control:
+ address: ${_param:single_address}
+ interface:
+ address: ${_param:single_address}
+ device:
+ host: ${_param:tor_device_address}
\ No newline at end of file