Sync testing config in master branch
- Update test repos URLs
- Update tested OC versions
- Update test config
Change-Id: I0f0aba3951f927368d9459713532f019e899dc2e
Related: PROD-33984
Related: PROD-33634
diff --git a/tests/pillar/single.sls b/tests/pillar/single.sls
new file mode 100644
index 0000000..09b3282
--- /dev/null
+++ b/tests/pillar/single.sls
@@ -0,0 +1,163 @@
+opencontrail:
+ common:
+ version: 4.1
+ identity:
+ protocol: http
+ 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: 4.1
+ api:
+ host: 127.0.0.1
+ use_ssl: False
+ enabled: true
+ network:
+ engine: neutron
+ host: 127.0.0.1
+ port: 9696
+ discovery:
+ host: 127.0.0.1
+ analytics:
+ members:
+ - 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:
+ members:
+ - host: 127.0.0.1
+ port: 11211
+ identity:
+ engine: keystone
+ version: '2.0'
+ region: RegionOne
+ protocol: http
+ host: 127.0.0.1
+ port: 35357
+ user: admin
+ password: password
+ token: token
+ tenant: admin
+ members:
+ - host: 127.0.0.1
+ id: 1
+ control:
+ name: ntw-01
+ version: 4.1
+ enabled: true
+ config_only: True
+ bind:
+ address: 127.0.0.1
+ analytics:
+ members:
+ - host: 127.0.0.1
+ message_queue:
+ members:
+ - host: 127.0.0.1
+ database:
+ members:
+ - host: 127.0.0.1
+ master:
+ host: 127.0.0.1
+ members:
+ - host: 127.0.0.1
+ id: 1
+ collector:
+ identity:
+ engine: keystone
+ version: '2.0'
+ region: RegionOne
+ protocol: http
+ host: 127.0.0.1
+ port: 35357
+ user: admin
+ password: password
+ token: token
+ tenant: admin
+ version: 4.1
+ enabled: true
+ bind:
+ address: 127.0.0.1
+ master:
+ host: 127.0.0.1
+ data_ttl: 2
+ database:
+ members:
+ - host: 127.0.0.1
+ port: 9160
+ analytics:
+ members:
+ - host: 127.0.0.1
+ message_queue:
+ host: 127.0.0.1
+ members:
+ - host: 127.0.0.1
+ config:
+ members:
+ - host: 127.0.0.1
+ database:
+ version: 4.1
+ cassandra:
+ version: 2
+ enabled: true
+ minimum_disk: 10
+ name: 'Contrail'
+ original_token: 0
+ data_dirs:
+ - /var/lib/cassandra
+ id: 1
+ config_only: True
+ analytics:
+ members:
+ - 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: 4.1
+ enabled: True
+ network:
+ host: 127.0.0.1
+ 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
+ version: '2.0'
+ protocol: http
+ host: 127.0.0.1
+ port: 35357
+ user: admin
+ password: password
+ token: token
+ tenant: admin
+ api:
+ use_ssl: False