Created
July 5, 2018 07:13
-
-
Save wolfoo2931/36018b324f47f44d14150f469da2c8ec to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/iaas-config/a9s-concourse-vsphere.yml b/iaas-config/a9s-concourse-vsphere.yml | |
index c4d051a..899bfd8 100644 | |
--- a/iaas-config/a9s-concourse-vsphere.yml | |
+++ b/iaas-config/a9s-concourse-vsphere.yml | |
@@ -8,15 +8,15 @@ iaas: | |
app_domain: apps.a9s-ds-concourse.a9s-ops.de | |
consul_ips: | |
- 10.244.5.17 | |
- consul_instances: 3 | |
+ consul_instances: 1 | |
nats_ips: | |
- 172.28.1.53 | |
nats_instances: 2 | |
- etcd_instances: 3 | |
- uaa_instances: 2 | |
- api_instances: 2 | |
- doppler_instances: 2 | |
- trafficcontroller_instances: 2 | |
+ etcd_instances: 1 | |
+ uaa_instances: 1 | |
+ api_instances: 1 | |
+ doppler_instances: 1 | |
+ trafficcontroller_instances: 1 | |
router_instances: 1 | |
router_ips: | |
- 172.28.1.20 | |
@@ -65,6 +65,7 @@ iaas: | |
documentation_url: 'http://support.anynines.com' | |
metadata: | |
displayName: "a9s LogMe for PCF" | |
+ shareable: true | |
dashboard_client: | |
id: fdb28c58-354f-410f-8cee-34fc96943d38 | |
plans: | |
@@ -119,6 +120,7 @@ iaas: | |
documentation_url: 'http://support.anynines.com' | |
metadata: | |
displayName: "a9s MongoDB 3.2 for PCF" | |
+ shareable: true | |
dashboard_client: | |
id: a9s-mongodb32-dashboard-client-id | |
plans: | |
@@ -177,6 +179,7 @@ iaas: | |
documentation_url: 'http://support.anynines.com' | |
metadata: | |
displayName: "a9s MongoDB 3.4 for PCF" | |
+ shareable: true | |
dashboard_client: | |
id: a9s-mongodb34-dashboard-client-id | |
plans: | |
@@ -284,6 +287,7 @@ iaas: | |
documentation_url: 'http://support.anynines.com' | |
metadata: | |
displayName: "a9s MongoDB 3.6 for PCF" | |
+ shareable: true | |
dashboard_client: | |
id: 82ec35bd-5a32-4366-885f-6b402dc8f67c | |
plans: | |
@@ -398,6 +402,7 @@ iaas: | |
documentation_url: 'http://support.anynines.com' | |
metadata: | |
displayName: "a9s RabbitMQ for PCF" | |
+ shareable: true | |
dashboard_client: | |
id: a9s-rabbitmq-dashboard-client-id | |
plans: | |
@@ -503,6 +508,7 @@ iaas: | |
documentation_url: 'http://support.anynines.com' | |
metadata: | |
displayName: "a9s RabbitMQ for PCF" | |
+ shareable: true | |
dashboard_client: | |
id: a9s-rabbitmq37-dashboard-client-id | |
plans: | |
@@ -611,6 +617,7 @@ iaas: | |
documentation_url: 'http://support.anynines.com' | |
metadata: | |
displayName: "a9s Redis for PCF" | |
+ shareable: true | |
dashboard_client: | |
id: a9s-redis-dashboard-client-id | |
plans: | |
@@ -669,6 +676,7 @@ iaas: | |
documentation_url: 'http://support.anynines.com' | |
metadata: | |
displayName: "a9s Redis for PCF" | |
+ shareable: true | |
dashboard_client: | |
id: bb4d08c1-f514-46a4-85bc-bd279072b900 | |
plans: | |
@@ -787,6 +795,7 @@ iaas: | |
documentation_url: 'http://support.anynines.com' | |
metadata: | |
displayName: "a9s PostgreSQL for PCF" | |
+ shareable: true | |
dashboard_client: | |
id: a9s-postgresql-dashboard-client-id | |
plans: | |
@@ -893,6 +902,7 @@ iaas: | |
documentation_url: 'http://support.anynines.com' | |
metadata: | |
displayName: "a9s PostgreSQL for PCF" | |
+ shareable: true | |
dashboard_client: | |
id: a9s-postgresql10-dashboard-client-id | |
plans: | |
@@ -984,8 +994,118 @@ iaas: | |
planupdates-to-test: | |
postgresql-single-nano: | |
- postgresql-single-medium | |
+ - postgresql-replica-medium | |
postgresql-single-nano-ssl: | |
- postgresql-single-medium-ssl | |
+ - postgresql-replica-medium-ssl | |
+ | |
+ a9s-postgresql11: | |
+ name: a9s-postgresql11 | |
+ guid: d7223798-3e3b-4b2e-983b-ade032f6be19 | |
+ description: 'This is a service creating and managing dedicated PostgreSQL service instances and clusters, powered by the anynines Service Framework' | |
+ label: a9s-postgresql | |
+ version: 11 | |
+ bindable: true | |
+ requires: [] | |
+ tags: ['sql', 'database', 'object-relational', 'consistent'] | |
+ documentation_url: 'http://support.anynines.com' | |
+ metadata: | |
+ displayName: "a9s PostgreSQL for PCF" | |
+ dashboard_client: | |
+ id: a9s-postgresql11-dashboard-client-id | |
+ plans: | |
+ postgresql-single-nano: | |
+ guid: 7d0fcf13-8a26-4865-865c-d07358ec342f | |
+ description: 'a nano single instance' | |
+ free: true | |
+ template_name: postgresql11-single-nano | |
+ postgresql-replica-small: | |
+ guid: 6e65d851-9ed6-4fc7-9d9f-4dd0e70e1eae | |
+ description: 'a small replica set' | |
+ free: true | |
+ template_name: postgresql11-replica-small | |
+ postgresql-single-small: | |
+ guid: b4ab6cf2-d738-42ec-9927-096528721711 | |
+ description: 'a small single instance' | |
+ free: true | |
+ template_name: postgresql11-single-small | |
+ postgresql-replica-medium: | |
+ guid: 0d8a5399-5a2f-4397-96dd-5085a86f2a6f | |
+ description: 'a medium replica set' | |
+ free: true | |
+ template_name: postgresql11-replica-medium | |
+ postgresql-single-medium: | |
+ guid: 3b4ca666-d96f-41d7-a238-dee3c691f724 | |
+ description: 'a medium single instance' | |
+ free: true | |
+ template_name: postgresql11-single-medium | |
+ postgresql-replica-big: | |
+ guid: f370673f-292a-4fcf-b840-2e42c2fb2887 | |
+ description: 'a big replica set' | |
+ free: true | |
+ template_name: postgresql11-replica-big | |
+ postgresql-single-big: | |
+ guid: f406ccf8-8b3e-402a-830d-cc1a3f8d0683 | |
+ description: 'a big single instance' | |
+ free: true | |
+ template_name: postgresql11-single-big | |
+ postgresql-replica-small-ssl: | |
+ guid: 66915275-f1ac-4fd7-ac15-0d1af7d94ade | |
+ description: 'a small replica set with SSL' | |
+ free: true | |
+ template_name: postgresql11-replica-small-ssl | |
+ ssl: true | |
+ postgresql-single-nano-ssl: | |
+ guid: 2a432ca0-6687-4826-86b8-da0d9c1de570 | |
+ description: 'a small single instance with SSL' | |
+ free: true | |
+ template_name: postgresql11-single-nano-ssl | |
+ ssl: true | |
+ postgresql-single-small-ssl: | |
+ guid: e2e8e706-87ed-489b-a702-f15461248407 | |
+ description: 'a small single instance with SSL' | |
+ free: true | |
+ template_name: postgresql11-single-small-ssl | |
+ ssl: true | |
+ postgresql-replica-medium-ssl: | |
+ guid: d7e5a38c-aa90-4528-9cbd-ac2e74b3a1de | |
+ description: 'a medium replica set' | |
+ free: true | |
+ template_name: postgresql11-replica-medium-ssl | |
+ ssl: true | |
+ postgresql-single-medium-ssl: | |
+ guid: 25efd9cd-00b5-4641-9c97-bafa34fb2693 | |
+ description: 'a medium single instance' | |
+ free: true | |
+ template_name: postgresql11-single-medium-ssl | |
+ ssl: true | |
+ postgresql-replica-big-ssl: | |
+ guid: 043e4f1c-142a-47ab-98f9-e1c984ae667d | |
+ description: 'a big replica set with SSL' | |
+ free: true | |
+ template_name: postgresql11-replica-big-ssl | |
+ ssl: true | |
+ postgresql-single-big-ssl: | |
+ guid: 5188ee44-48af-41bb-a3b3-9aeafb0ac3b4 | |
+ description: 'a big single instance with SSL' | |
+ free: true | |
+ template_name: postgresql11-single-big-ssl | |
+ ssl: true | |
+ | |
+ plans-to-test: | |
+ - postgresql-replica-medium | |
+ - postgresql-replica-medium-ssl | |
+ - postgresql-single-nano | |
+ - postgresql-single-nano-ssl | |
+ - postgresql-single-medium | |
+ - postgresql-single-medium-ssl | |
+ planupdates-to-test: | |
+ postgresql-single-nano: | |
+ - postgresql-single-medium | |
+ - postgresql-replica-medium | |
+ postgresql-single-nano-ssl: | |
+ - postgresql-replica-medium-ssl | |
+ - postgresql-single-medium-ssl | |
elasticsearch_service: | |
network: dynamic | |
@@ -1002,6 +1122,7 @@ iaas: | |
documentation_url: 'http://support.anynines.com' | |
metadata: | |
displayName: "a9s Elasticsearch 2 for PCF" | |
+ shareable: true | |
dashboard_client: | |
id: 46094bb-335e-4566-a5c1-1e379be069e5 | |
plans: | |
@@ -1097,6 +1218,7 @@ iaas: | |
documentation_url: 'http://support.anynines.com' | |
metadata: | |
displayName: "a9s Elasticsearch 5 for PCF" | |
+ shareable: true | |
dashboard_client: | |
id: a9s-elasticsearch5-dashboard-client-id | |
plans: | |
@@ -1202,6 +1324,7 @@ iaas: | |
documentation_url: 'http://support.anynines.com' | |
metadata: | |
displayName: "a9s Elasticsearch 6 for PCF" | |
+ shareable: true | |
dashboard_client: | |
id: 976896da-efac-406a-8b26-598a4d931486 | |
plans: | |
@@ -1310,6 +1433,7 @@ iaas: | |
documentation_url: 'http://support.anynines.com' | |
metadata: | |
displayName: "a9s MySQL for PCF" | |
+ shareable: true | |
dashboard_client: | |
id: a9s-mysql-dashboard-client-id | |
plans: | |
@@ -1431,10 +1555,13 @@ iaas: | |
planupdates-to-test: | |
mysql-single-small: | |
- mysql-single-big | |
+ - mysql-cluster-small | |
+ - mysql-cluster-medium | |
+ mysql-single-big: | |
+ - mysql-cluster-big | |
mysql-cluster-small: | |
- mysql-cluster-big | |
- | |
a9s_environment_info: | |
network: dynamic | |
configuration: | |
@@ -1468,3 +1595,9 @@ iaas: | |
service_guard: | |
skip_ssl_validation: true | |
+ | |
+ billing: | |
+ static-network: static | |
+ dynamic-network: dynamic | |
+ invoices_ip: 172.28.1.30 | |
+ cf_billing_ip: 172.28.1.31 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment