-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
earthmant
committed
May 28, 2020
1 parent
b6e7a36
commit 20f89ab
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule blueprint-examples
updated
17 files
+22 −5 | .cicd/__init__.py | |
+21 −1 | .cicd/test_examples.py | |
+97 −15 | .circleci/config.yml | |
+13 −0 | db-lb-app/infrastructure/openstack.yaml | |
+13 −5 | hello-world-example/README.md | |
+1 −0 | hello-world-example/includes/ansible.yaml | |
+12 −0 | hello-world-example/openstack.yaml | |
+1 −2 | kubernetes/aws-eks/blueprint.yaml | |
+1 −2 | kubernetes/azure-aks/blueprint.yaml | |
+5 −5 | kubernetes/gcp-gke/blueprint.yaml | |
+52 −56 | kubernetes/plugin-examples/openshift/blueprint.yaml | |
+10 −2 | openstack-example-network/README.md | |
+17 −5 | openstack-example-network/blueprint.yaml | |
+10 −1 | prometheus/README.md | |
+13 −1 | prometheus/openstack.yaml | |
+12 −4 | virtual-machine/README.md | |
+16 −0 | virtual-machine/openstack.yaml |