Skip to content
This repository has been archived by the owner on Feb 6, 2021. It is now read-only.

Commit

Permalink
Merge branch 'release/0.8.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulkj committed Oct 17, 2018
2 parents c7f3904 + 568b605 commit db620b2
Show file tree
Hide file tree
Showing 44 changed files with 97 additions and 199 deletions.
13 changes: 7 additions & 6 deletions pipelines/install-pcf/pipeline-with-nsxt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ jobs:
SECURITY_CONFIGURATION: ((security_configuration))
RESOURCE_CONFIGURATION: ((resource_configuration))


- name: ops-director-apply-changes
plan:
- aggregate:
Expand Down Expand Up @@ -263,12 +262,13 @@ jobs:

- task: upload-nsxt-tile
file: pipelines-repo/tasks/upload-product/task.yml
input_mapping:
product: pivnet-product
params:
DEBUG: ((debug))
OPS_MGR_HOST: ((ops_mgr_host))
OPS_MGR_USR: ((ops_mgr_usr))
OPS_MGR_PWD: ((ops_mgr_pwd))
PIVNET_API_TOKEN: ((pivnet_token))

- name: upload-pas
plan:
Expand Down Expand Up @@ -301,12 +301,13 @@ jobs:

- task: upload-pas
file: pipelines-repo/tasks/upload-product/task.yml
input_mapping:
product: pivnet-product
params:
DEBUG: ((debug))
OPS_MGR_HOST: ((ops_mgr_host))
OPS_MGR_USR: ((ops_mgr_usr))
OPS_MGR_PWD: ((ops_mgr_pwd))
PIVNET_API_TOKEN: ((pivnet_token))

- task: upload-stemcell
file: pipelines-repo/tasks/stemcell-uploader/task.yml
Expand Down Expand Up @@ -457,9 +458,9 @@ jobs:
OPS_MGR_USR: ((ops_mgr_usr))
OPS_MGR_PWD: ((ops_mgr_pwd))
GENERATE_CERTS: ((generate_certs))
PRODUCT_PROPERTIES: ((product_properties))
resource-config: ((resource-config))
PRODUCT_NETWORK_AZS: ((product_network_azs))
PRODUCT_PROPERTIES: ((product-properties))
RESOURCE_CONFIG: ((resource-config))
NETWORK_PROPERTIES: ((network-properties))

- name: disable-errands
plan:
Expand Down
6 changes: 3 additions & 3 deletions pipelines/install-pcf/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -340,9 +340,9 @@ jobs:
OPS_MGR_USR: ((ops_mgr_usr))
OPS_MGR_PWD: ((ops_mgr_pwd))
GENERATE_CERTS: ((generate_certs))
PRODUCT_PROPERTIES: ((product_properties))
resource-config: ((resource-config))
PRODUCT_NETWORK_AZS: ((product_network_azs))
PRODUCT_PROPERTIES: ((product-properties))
RESOURCE_CONFIG: ((resource-config))
NETWORK_PROPERTIES: ((network-properties))

- name: disable-errands
plan:
Expand Down
4 changes: 2 additions & 2 deletions pipelines/install-product/params-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ ops_mgr_pwd: ((ops_mgr_pwd)) # [R] Ops Manager

debug: false

product_name: # Get the product slug from pivnet. It can be found in the URL of the pivnet product, ex: elastic-runtime
product_identifier: # Product name known to ops manager. Usually its the name of the *.pivotal file. ex: cf
product_slug: # Get the product slug from pivnet. It can be found in the URL of the pivnet product, ex: elastic-runtime
product-name: # Product name known to ops manager. Usually its the name of the *.pivotal file. ex: cf
product_version: ^0\.0\..*$ # Update the version number

dependency_product_tiles: 'cf'
Expand Down
21 changes: 11 additions & 10 deletions pipelines/install-product/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ resources:
type: pivnet
source:
api_token: ((pivnet_token))
product_slug: ((product_name))
product_slug: ((product_slug))
product_version: ((product_version))

jobs:
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
OPS_MGR_HOST: ((ops_mgr_host))
OPS_MGR_USR: ((ops_mgr_usr))
OPS_MGR_PWD: ((ops_mgr_pwd))
product-name: ((product-name))
PRODUCT_NAME: ((product-name))

- task: apply-changes
file: pipelines-repo/tasks/apply-changes/task.yml
Expand Down Expand Up @@ -112,12 +112,13 @@ jobs:

- task: upload-tile
file: pipelines-repo/tasks/upload-product/task.yml
input_mapping:
product: pivnet-product
params:
DEBUG: ((debug))
OPS_MGR_HOST: ((ops_mgr_host))
OPS_MGR_USR: ((ops_mgr_usr))
OPS_MGR_PWD: ((ops_mgr_pwd))
PIVNET_API_TOKEN: ((pivnet_token))

- task: upload-stemcell
file: pipelines-repo/tasks/stemcell-uploader/task.yml
Expand Down Expand Up @@ -162,13 +163,13 @@ jobs:
OPS_MGR_HOST: ((ops_mgr_host))
OPS_MGR_USR: ((ops_mgr_usr))
OPS_MGR_PWD: ((ops_mgr_pwd))
product-name: ((product-name))
PRODUCT_NAME: ((product-name))

- name: stage-product
plan:
- aggregate:
- get: pipelines-repo
passed: [upload-product]
# passed: [upload-product]
- get: pivnet-product
resource: pivnet-product
params:
Expand All @@ -189,7 +190,7 @@ jobs:
OPS_MGR_HOST: ((ops_mgr_host))
OPS_MGR_USR: ((ops_mgr_usr))
OPS_MGR_PWD: ((ops_mgr_pwd))
product-name: ((product-name))
PRODUCT_NAME: ((product-name))
DEPENDENCY_PRODUCT_TILES: ((dependency_product_tiles))

- name: config-product
Expand Down Expand Up @@ -221,10 +222,10 @@ jobs:
OPS_MGR_HOST: ((ops_mgr_host))
OPS_MGR_USR: ((ops_mgr_usr))
OPS_MGR_PWD: ((ops_mgr_pwd))
product-name: ((product-name))
PRODUCT_NAME: ((product-name))
PRODUCT_PROPERTIES: ((product-properties))
resource-config: ((resource-config))
network-properties: ((network-properties))
RESOURCE_CONFIG: ((resource-config))
NETWORK_PROPERTIES: ((network-properties))

- name: disable-errands
plan:
Expand Down Expand Up @@ -255,7 +256,7 @@ jobs:
OPS_MGR_HOST: ((ops_mgr_host))
OPS_MGR_USR: ((ops_mgr_usr))
OPS_MGR_PWD: ((ops_mgr_pwd))
product-name: ((product-name))
PRODUCT_NAME: ((product-name))
ERRANDS: ((errands_to_disable))

- name: apply-changes
Expand Down
2 changes: 1 addition & 1 deletion pipelines/tiles/appdynamics/params-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ops_mgr_pwd: ((ops_mgr_pwd)) # [R] Ops Manager

debug: false

product_name: p-appdynamics
product_slug: p-appdynamics
product-name: appdynamics
product_version: ^4\.4\..*$

Expand Down
2 changes: 1 addition & 1 deletion pipelines/tiles/credhub-service-broker/params-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ops_mgr_pwd: ((ops_mgr_pwd)) # [R] Ops Manager

debug: false

product_name: credhub-service-broker
product_slug: credhub-service-broker
product_identifier: credhub-service-broker
product_version: ^1\.0\..*$

Expand Down
2 changes: 1 addition & 1 deletion pipelines/tiles/event-alerts/params-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ops_mgr_pwd: ((ops_mgr_pwd)) # [R] Ops Manager

debug: false

product_name: p-event-alerts
product_slug: p-event-alerts
product_identifier: p-event-alerts
product_version: ^1\.2\..*$

Expand Down
2 changes: 1 addition & 1 deletion pipelines/tiles/healthwatch/params-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ops_mgr_pwd: ((ops_mgr_pwd)) # [R] Ops Manager

debug: false

product_name: p-healthwatch
product_slug: p-healthwatch
product_identifier: p-healthwatch
product_version: ^1\.3\..*$

Expand Down
4 changes: 2 additions & 2 deletions pipelines/tiles/mysql-v2/params-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ ops_mgr_pwd: ((ops_mgr_pwd)) # [R] Ops Manager

debug: false # Set to true if you want to see all the tasks output. This will also show all the secrets and certs, so think twice

product_name: pivotal-mysql
product_identifier: pivotal-mysql
product_slug: pivotal-mysql
product-name: pivotal-mysql
product_version: ^2\.3\..*$

dependency_product_tiles: 'cf'
Expand Down
4 changes: 2 additions & 2 deletions pipelines/tiles/mysql/params-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ ops_mgr_pwd: ((ops_mgr_pwd)) # [R] Ops Manager

debug: false # Set to true if you want to see all the tasks output. This will also show all the secrets and certs, so think twice

product_name: p-mysql
product_identifier: p-mysql
product_slug: p-mysql
product-name: p-mysql
product_version: ^1\.10\..*$

dependency_product_tiles: 'cf'
Expand Down
4 changes: 2 additions & 2 deletions pipelines/tiles/newrelic-nozzle/params-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ ops_mgr_pwd: ((ops_mgr_pwd)) # [R] Ops Manager

debug: false # Set to true if you want to see all the tasks output. This will also show all the secrets and certs, so think twice

product_name: nr-firehose-nozzle
product_identifier: nr-firehose-nozzle
product_slug: nr-firehose-nozzle
product-name: nr-firehose-nozzle
product_version: ^1\.0\..*$

dependency_product_tiles: 'cf'
Expand Down
4 changes: 2 additions & 2 deletions pipelines/tiles/newrelic-service-broker/params-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ ops_mgr_pwd: ((ops_mgr_pwd)) # [R] Ops Manager

debug: false

product_name: p-new-relic
product_identifier: newrelic-broker
product_slug: p-new-relic
product-name: newrelic-broker
product_version: ^1\.12\..*$

dependency_product_tiles: 'cf'
Expand Down
4 changes: 2 additions & 2 deletions pipelines/tiles/pcf-metrics/params-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ ops_mgr_pwd: ((ops_mgr_pwd)) # [R] Ops Manager

debug: false

product_name: apm
product_identifier: apm
product_slug: apm
product-name: apm
product_version: ^1\.4\..*$

dependency_product_tiles: 'cf'
Expand Down
4 changes: 2 additions & 2 deletions pipelines/tiles/pks/params-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ ops_mgr_pwd: ((ops_mgr_pwd)) # [R] Ops Manager

debug: false

product_name: pivotal-container-service
product_identifier: pivotal-container-service
product_slug: pivotal-container-service
product-name: pivotal-container-service
product_version: ^1\.1\..*$

dependency_product_tiles: 'p-bosh'
Expand Down
4 changes: 2 additions & 2 deletions pipelines/tiles/rabbitmq/params-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ ops_mgr_pwd: ((ops_mgr_pwd)) # [R] Ops Manager

debug: false

product_name: p-rabbitmq
product_identifier: p-rabbitmq
product_slug: p-rabbitmq
product-name: p-rabbitmq
product_version: ^1\.13\..*$

dependency_product_tiles: 'cf'
Expand Down
4 changes: 2 additions & 2 deletions pipelines/tiles/redis/params-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ ops_mgr_pwd: ((ops_mgr_pwd)) # [R] Ops Manager

debug: false

product_name: p-redis
product_identifier: p-redis
product_slug: p-redis
product-name: p-redis
product_version: ^1\.12\..*$

singleton_jobs_az: ((singleton_jobs_az)) # [R] Place singleton jobs in an AZ
Expand Down
4 changes: 2 additions & 2 deletions pipelines/tiles/single-signon/params-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ ops_mgr_pwd: ((ops_mgr_pwd)) # [R] Ops Manager

debug: false

product_name: pivotal_single_sign-on_service # Product slug from PivNet
product_identifier: Pivotal_Single_Sign-On_Service # product identifier using OM cli
product_slug: pivotal_single_sign-on_service # Product slug from PivNet
product-name: Pivotal_Single_Sign-On_Service # product identifier using OM cli
product_version: ^1\.6\..*$

dependency_product_tiles: 'cf'
Expand Down
4 changes: 2 additions & 2 deletions pipelines/tiles/splunk-nozzle/params-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ ops_mgr_pwd: ((ops_mgr_pwd)) # [R] Ops Manager

debug: false

product_name: splunk-nozzle
product_identifier: splunk-nozzle
product_slug: splunk-nozzle
product-name: splunk-nozzle
product_version: ^1\.0\..*$

dependency_product_tiles: 'cf'
Expand Down
4 changes: 2 additions & 2 deletions pipelines/tiles/spring-cloud-dataflow/params-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ ops_mgr_pwd: ((ops_mgr_pwd)) # [R] Ops Manager

debug: false

product_name: p-dataflow
product_identifier: p-dataflow
product_slug: p-dataflow
product-name: p-dataflow
product_version: ^1\.0\..*$

dependency_product_tiles: 'cf,pivotal-mysql'
Expand Down
4 changes: 2 additions & 2 deletions pipelines/tiles/spring-cloud-services/params-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ ops_mgr_pwd: ((ops_mgr_pwd)) # [R] Ops Manager

debug: false

product_name: p-spring-cloud-services # Product slug from pivnet
product_identifier: p-spring-cloud-services # Product identifier from OpsManager using om cli
product_slug: p-spring-cloud-services # Product slug from pivnet
product-name: p-spring-cloud-services # Product identifier from OpsManager using om cli
product_version: ^1\.5\..*$

dependency_product_tiles: 'cf,p-rabbitmq,pivotal-mysql'
Expand Down
73 changes: 0 additions & 73 deletions tasks/config-appdynamics/task.sh

This file was deleted.

Loading

0 comments on commit db620b2

Please sign in to comment.