An Ansible module that enables Continuous Delivery with Red Hat 3scale API Management Platform (3scale AMP)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Nicolas Massé aa8c102b1b [skip travis] whitelist threescale_cicd_create_default_application in supports + minor fixes 7 years ago
..
README.md add support for bare Kubernetes 7 years ago
job.yaml [skip travis] whitelist threescale_cicd_create_default_application in supports + minor fixes 7 years ago

README.md

Using this Ansible role from Kubernetes

Open job.yaml and to tailor it to your environment. Update at least the hostname and access_token fields of the Secret object.

You can also edit the sso_issuer_endpoint field if your API needs to be secured with OpenID Connect.

Once finished, you can create the job:

kubectl create -f job.yaml

And wait for the job to complete:

kubectl get pods -l job-name=deploy-3scale-api -w