opencontrail tests
diff --git a/tests/pillar/analytics.sls b/tests/pillar/analytics.sls
new file mode 100644
index 0000000..7ef9977
--- /dev/null
+++ b/tests/pillar/analytics.sls
@@ -0,0 +1,55 @@
+opencontrail:
+ common:
+ version: 2.2
+ identity:
+ engine: keystone
+ host: 127.0.0.1
+ port: 35357
+ token: token
+ password: password
+ network:
+ engine: neutron
+ host: 127.0.0.1
+ port: 9696
+ collector:
+ version: 2.2
+ enabled: true
+ bind:
+ address: 127.0.0.1
+ master:
+ host: 127.0.0.1
+ discovery:
+ host: 127.0.0.1
+ data_ttl: 1
+ database:
+ members:
+ - host: 127.0.0.1
+ port: 9160
+ - host: 127.0.0.1
+ port: 9160
+ - host: 127.0.0.1
+ port: 9160
+ database:
+ version: 2.2
+ cassandra:
+ version: 2
+ enabled: true
+ name: 'Contrail'
+ minimum_disk: 10
+ original_token: 0
+ data_dirs:
+ - /var/lib/cassandra
+ id: 1
+ discovery:
+ host: 127.0.0.1
+ bind:
+ host: 127.0.0.1
+ port: 9042
+ rpc_port: 9160
+ members:
+ - host: 127.0.0.1
+ id: 1
+ - host: 127.0.0.1
+ id: 2
+ - host: 127.0.0.1
+ id: 3
\ No newline at end of file
diff --git a/tests/pillar/cluster.sls b/tests/pillar/cluster.sls
new file mode 100644
index 0000000..aed4819
--- /dev/null
+++ b/tests/pillar/cluster.sls
@@ -0,0 +1,145 @@
+opencontrail:
+ common:
+ version: 2.2
+ source:
+ engine: pkg
+ address: http://mirror.robotice.cz/contrail-havana/
+ identity:
+ engine: keystone
+ host: 127.0.0.1
+ port: 35357
+ token: token
+ password: password
+ network:
+ engine: neutron
+ host: 127.0.0.1
+ port: 9696
+ config:
+ version: 2.2
+ enabled: true
+ network:
+ engine: neutron
+ host: 127.0.0.1
+ port: 9696
+ discovery:
+ host: 127.0.0.1
+ analytics:
+ host: 127.0.0.1
+ bind:
+ address: 127.0.0.1
+ message_queue:
+ engine: rabbitmq
+ host: 127.0.0.1
+ port: 5672
+ database:
+ members:
+ - host: 127.0.0.1
+ port: 9160
+ - host: 127.0.0.1
+ port: 9160
+ - host: 127.0.0.1
+ port: 9160
+ cache:
+ host: 127.0.0.1
+ identity:
+ engine: keystone
+ region: RegionOne
+ host: 127.0.0.1
+ port: 35357
+ user: admin
+ password: password
+ token: token
+ tenant: admin
+ members:
+ - host: 127.0.0.1
+ id: 1
+ - host: 127.0.0.1
+ id: 2
+ - host: 127.0.0.1
+ id: 3
+ control:
+ version: 2.2
+ enabled: true
+ bind:
+ address: 127.0.0.1
+ discovery:
+ host: 127.0.0.1
+ master:
+ host: 127.0.0.1
+ members:
+ - host: 127.0.0.1
+ id: 1
+ - host: 127.0.0.1
+ id: 2
+ - host: 127.0.0.1
+ id: 3
+ collector:
+ version: 2.2
+ enabled: true
+ bind:
+ address: 127.0.0.1
+ master:
+ host: 127.0.0.1
+ discovery:
+ host: 127.0.0.1
+ data_ttl: 1
+ database:
+ members:
+ - host: 127.0.0.1
+ port: 9160
+ - host: 127.0.0.1
+ port: 9160
+ - host: 127.0.0.1
+ port: 9160
+ database:
+ version: 2.2
+ cassandra:
+ version: 2
+ enabled: true
+ name: 'Contrail'
+ minimum_disk: 10
+ original_token: 0
+ data_dirs:
+ - /var/lib/cassandra
+ id: 1
+ discovery:
+ host: 127.0.0.1
+ bind:
+ host: 127.0.0.1
+ port: 9042
+ rpc_port: 9160
+ members:
+ - host: 127.0.0.1
+ id: 1
+ - host: 127.0.0.1
+ id: 2
+ - host: 127.0.0.1
+ id: 3
+ web:
+ version: 2.2
+ enabled: True
+ bind:
+ address: 127.0.0.1
+ master:
+ host: 127.0.0.1
+ analytics:
+ host: 127.0.0.1
+ cache:
+ engine: redis
+ host: 127.0.0.1
+ port: 6379
+ members:
+ - host: 127.0.0.1
+ id: 1
+ - host: 127.0.0.1
+ id: 2
+ - host: 127.0.0.1
+ id: 3
+ identity:
+ engine: keystone
+ host: 127.0.0.1
+ port: 35357
+ user: admin
+ password: password
+ token: token
+ tenant: admin
\ No newline at end of file
diff --git a/tests/pillar/control.sls b/tests/pillar/control.sls
new file mode 100644
index 0000000..db0cd7f
--- /dev/null
+++ b/tests/pillar/control.sls
@@ -0,0 +1,124 @@
+opencontrail:
+ common:
+ version: 2.2
+ identity:
+ engine: keystone
+ host: 127.0.0.1
+ port: 35357
+ token: token
+ password: password
+ network:
+ engine: neutron
+ host: 127.0.0.1
+ port: 9696
+ config:
+ version: 2.2
+ enabled: true
+ network:
+ engine: neutron
+ host: 127.0.0.1
+ port: 9696
+ discovery:
+ host: 127.0.0.1
+ analytics:
+ host: 127.0.0.1
+ bind:
+ address: 127.0.0.1
+ message_queue:
+ engine: rabbitmq
+ host: 127.0.0.1
+ port: 5672
+ database:
+ members:
+ - host: 127.0.0.1
+ port: 9160
+ - host: 127.0.0.1
+ port: 9160
+ - host: 127.0.0.1
+ port: 9160
+ cache:
+ host: 127.0.0.1
+ identity:
+ engine: keystone
+ region: RegionOne
+ host: 127.0.0.1
+ port: 35357
+ user: admin
+ password: password
+ token: token
+ tenant: admin
+ members:
+ - host: 127.0.0.1
+ id: 1
+ - host: 127.0.0.1
+ id: 2
+ - host: 127.0.0.1
+ id: 3
+ control:
+ version: 2.2
+ enabled: true
+ bind:
+ address: 127.0.0.1
+ discovery:
+ host: 127.0.0.1
+ master:
+ host: 127.0.0.1
+ members:
+ - host: 127.0.0.1
+ id: 1
+ - host: 127.0.0.1
+ id: 2
+ - host: 127.0.0.1
+ id: 3
+ database:
+ version: 127.0.0.1
+ cassandra:
+ version: 2
+ enabled: true
+ name: 'Contrail'
+ minimum_disk: 10
+ original_token: 0
+ data_dirs:
+ - /var/lib/cassandra
+ id: 1
+ discovery:
+ host: 127.0.0.1
+ bind:
+ host: 127.0.0.1
+ port: 9042
+ rpc_port: 9160
+ members:
+ - host: 127.0.0.1
+ id: 1
+ - host: 127.0.0.1
+ id: 2
+ - host: 127.0.0.1
+ id: 3
+ web:
+ version: 2.2
+ enabled: True
+ bind:
+ address: 127.0.0.1
+ analytics:
+ host: 127.0.0.1
+ master:
+ host: 127.0.0.1
+ cache:
+ engine: redis
+ host: 127.0.0.1
+ port: 6379
+ members:
+ - host: 127.0.0.1
+ id: 1
+ - host: 127.0.0.1
+ id: 2
+ - host: 127.0.0.1
+ id: 3
+ identity:
+ engine: keystone
+ host: 127.0.0.1
+ port: 35357
+ user: admin
+ password: password
+ token: token
+ tenant: admin
\ No newline at end of file
diff --git a/tests/pillar/single.sls b/tests/pillar/single.sls
new file mode 100644
index 0000000..4dd7c22
--- /dev/null
+++ b/tests/pillar/single.sls
@@ -0,0 +1,121 @@
+opencontrail:
+ common:
+ version: 2.2
+ source:
+ engine: pkg
+ address: http://mirror.robotice.cz/contrail-havana/
+ identity:
+ engine: keystone
+ host: 127.0.0.1
+ port: 35357
+ token: token
+ password: password
+ network:
+ engine: neutron
+ host: 127.0.0.1
+ port: 9696
+ config:
+ version: 2.2
+ enabled: true
+ network:
+ engine: neutron
+ host: 127.0.0.1
+ port: 9696
+ discovery:
+ host: 127.0.0.1
+ analytics:
+ host: 127.0.0.1
+ bind:
+ address: 127.0.0.1
+ message_queue:
+ engine: rabbitmq
+ host: 127.0.0.1
+ port: 5672
+ database:
+ members:
+ - host: 127.0.0.1
+ port: 9160
+ cache:
+ host: 127.0.0.1
+ identity:
+ engine: keystone
+ region: RegionOne
+ host: 127.0.0.1
+ port: 35357
+ user: admin
+ password: password
+ token: token
+ tenant: admin
+ members:
+ - host: 127.0.0.1
+ id: 1
+ control:
+ version: 2.2
+ enabled: true
+ bind:
+ address: 127.0.0.1
+ discovery:
+ host: 127.0.0.1
+ master:
+ host: 127.0.0.1
+ members:
+ - host: 127.0.0.1
+ id: 1
+ collector:
+ version: 2.2
+ enabled: true
+ bind:
+ address: 127.0.0.1
+ master:
+ host: 127.0.0.1
+ discovery:
+ host: 127.0.0.1
+ data_ttl: 2
+ database:
+ members:
+ - host: 127.0.0.1
+ port: 9160
+ database:
+ version: 2.2
+ cassandra:
+ version: 2
+ enabled: true
+ minimum_disk: 10
+ name: 'Contrail'
+ original_token: 0
+ data_dirs:
+ - /var/lib/cassandra
+ id: 1
+ discovery:
+ host: 127.0.0.1
+ bind:
+ host: 127.0.0.1
+ port: 9042
+ rpc_port: 9160
+ members:
+ - host: 127.0.0.1
+ id: 1
+ web:
+ version: 2.2
+ enabled: True
+ bind:
+ address: 127.0.0.1
+ analytics:
+ host: 127.0.0.1
+ master:
+ host: 127.0.0.1
+ cache:
+ engine: redis
+ host: 127.0.0.1
+ port: 6379
+ members:
+ - host: 127.0.0.1
+ id: 1
+ identity:
+ engine: keystone
+ host: 127.0.0.1
+ port: 35357
+ user: admin
+ password: password
+ token: token
+ tenant: admin
\ No newline at end of file
diff --git a/tests/pillar/tor.sls b/tests/pillar/tor.sls
new file mode 100644
index 0000000..2452377
--- /dev/null
+++ b/tests/pillar/tor.sls
@@ -0,0 +1,23 @@
+opencontrail:
+ common:
+ version: 2.2
+ identity:
+ engine: keystone
+ host: 127.0.0.1
+ port: 35357
+ token: token
+ password: password
+ network:
+ engine: neutron
+ host: 127.0.0.1
+ port: 9696
+ tor:
+ enabled: true
+ version: 2.2
+ agents: 1
+ control:
+ address: 127.0.0.1
+ interface:
+ address: 127.0.0.1
+ device:
+ host: 127.0.0.1
\ No newline at end of file
diff --git a/tests/pillar/vrouter.sls b/tests/pillar/vrouter.sls
new file mode 100644
index 0000000..b727821
--- /dev/null
+++ b/tests/pillar/vrouter.sls
@@ -0,0 +1,25 @@
+opencontrail:
+ common:
+ version: 2.2
+ identity:
+ engine: keystone
+ host: 127.0.0.1
+ port: 35357
+ token: token
+ password: password
+ network:
+ engine: neutron
+ host: 127.0.0.1
+ port: 9696
+ compute:
+ version: 2.2
+ enabled: True
+ discovery:
+ host: 127.0.0.1
+ interface:
+ address: 127.0.0.1
+ dev: eth0
+ gateway: 127.0.0.1
+ mask: /24
+ dns: 127.0.0.1
+ mtu: 9000
\ No newline at end of file