Ansible playbook added 37/3937/2
authorarvindpatel <arvind.patel@huawei.com>
Fri, 27 Nov 2020 14:19:12 +0000 (19:49 +0530)
committerarvindpatel <arvind.patel@huawei.com>
Sat, 28 Nov 2020 06:02:11 +0000 (11:32 +0530)
commit98019264e44c1fb840c87ba81bc14f2df104f902
tree89bc7e7c66a1c3060a78b5700a23569af02d5262
parent21d76c6999be0e33881c027411500b502139e343
Ansible playbook added

Signed-off-by: arvindpatel <arvind.patel@huawei.com>
Change-Id: I339f8b8b17b9fae0ba898bc0b43764f61cb0e368
109 files changed:
blueprints/iotgateway/playbooks/config.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/eliot-all-uninstall.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/eliot-inventory.ini [new file with mode: 0644]
blueprints/iotgateway/playbooks/eloit-all.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/cadvisor/files/dep.yaml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/cadvisor/tasks/install.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/cadvisor/tasks/main.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/cadvisor/tasks/uninstall.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/certmanager/tasks/install.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/certmanager/tasks/main.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/certmanager/tasks/uninstall.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/docker/tasks/install.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/docker/tasks/main.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/docker/tasks/uninstall.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/eg_appstore/tasks/install.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/eg_appstore/tasks/main.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/eg_appstore/tasks/uninstall.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/eg_certs/tasks/install.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/eg_certs/tasks/main.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/eg_certs/tasks/uninstall.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/eg_developer/tasks/install.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/eg_developer/tasks/main.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/eg_developer/tasks/uninstall.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/eg_helm-repo/files/deploy/helm/helm-charts/edgegallery/appstore-0.9.tgz [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/eg_helm-repo/files/deploy/helm/helm-charts/edgegallery/developer-0.9.tgz [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/eg_helm-repo/files/deploy/helm/helm-charts/edgegallery/mecm-fe-0.9.tgz [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/eg_helm-repo/files/deploy/helm/helm-charts/edgegallery/mecm-meo-0.9.tgz [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/eg_helm-repo/files/deploy/helm/helm-charts/edgegallery/mecm-mepm-0.9.tgz [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/eg_helm-repo/files/deploy/helm/helm-charts/edgegallery/mep-0.9.tgz [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/eg_helm-repo/files/deploy/helm/helm-charts/edgegallery/servicecenter-0.9.tgz [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/eg_helm-repo/files/deploy/helm/helm-charts/edgegallery/usermgmt-0.9.tgz [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/eg_helm-repo/files/deploy/helm/helm-charts/stable/grafana-5.5.5.tgz [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/eg_helm-repo/files/deploy/helm/helm-charts/stable/nfs-client-provisioner-1.2.8.tgz [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/eg_helm-repo/files/deploy/helm/helm-charts/stable/nginx-ingress-1.41.2.tgz [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/eg_helm-repo/files/deploy/helm/helm-charts/stable/prometheus-9.3.1.tgz [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/eg_helm-repo/tasks/install.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/eg_helm-repo/tasks/main.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/eg_helm-repo/tasks/uninstall.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/eg_mecm-fe/tasks/install.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/eg_mecm-fe/tasks/main.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/eg_mecm-fe/tasks/uninstall.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/eg_mecm-meo/files/deploy/conf/keys/postgres_init.sql [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/eg_mecm-meo/tasks/install.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/eg_mecm-meo/tasks/main.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/eg_mecm-meo/tasks/uninstall.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/eg_mecm-mepm/files/deploy/conf/keys/postgres_init.sql [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/eg_mecm-mepm/files/deploy/conf/manifest/mepm/mepm-service-account.yaml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/eg_mecm-mepm/tasks/install.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/eg_mecm-mepm/tasks/main.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/eg_mecm-mepm/tasks/uninstall.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/eg_mep/files/deploy/conf/edge/metallb/config-map.yaml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/eg_mep/files/deploy/conf/edge/metallb/metallb.yaml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/eg_mep/files/deploy/conf/edge/metallb/namespace.yaml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/eg_mep/files/deploy/conf/edge/network-isolation/eg-sp-controller.yaml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/eg_mep/files/deploy/conf/edge/network-isolation/eg-sp-rbac.yaml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/eg_mep/files/deploy/conf/edge/network-isolation/multus.yaml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/eg_mep/tasks/install.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/eg_mep/tasks/main.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/eg_mep/tasks/uninstall.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/eg_prerequisite/files/deploy/eg_daemon.sh [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/eg_prerequisite/tasks/install.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/eg_prerequisite/tasks/main.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/eg_registry/files/deploy/load-images.sh [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/eg_registry/tasks/install.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/eg_registry/tasks/main.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/eg_registry/tasks/uninstall.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/eg_secret/tasks/install.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/eg_secret/tasks/main.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/eg_secret/tasks/uninstall.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/eg_set-helm-repo/tasks/install.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/eg_set-helm-repo/tasks/main.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/eg_user-mgmt/tasks/install.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/eg_user-mgmt/tasks/main.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/eg_user-mgmt/tasks/uninstall.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/grafana/files/values.yaml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/grafana/tasks/install.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/grafana/tasks/main.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/grafana/tasks/uninstall.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/helm/tasks/install.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/helm/tasks/main.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/helm/tasks/uninstall.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/k3s/tasks/install.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/k3s/tasks/main.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/k3s/tasks/uninstall.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/k8s/tasks/install.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/k8s/tasks/main.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/k8s/tasks/uninstall.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/kubeconfig/tasks/install.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/kubeconfig/tasks/main.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/mepkubeconfig/tasks/install.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/mepkubeconfig/tasks/main.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/prometheus/files/values.yaml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/prometheus/tasks/install.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/prometheus/tasks/main.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/prometheus/tasks/uninstall.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/rabbitmq/files/common/configmap.yaml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/rabbitmq/files/common/namespace_yaml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/rabbitmq/files/common/rbac.yaml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/rabbitmq/files/common/services.yaml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/rabbitmq/files/statefulset_arm.yaml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/rabbitmq/files/statefulset_x86.yaml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/rabbitmq/tasks/install.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/rabbitmq/tasks/main.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/rabbitmq/tasks/uninstall.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/service_center/tasks/install.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/service_center/tasks/main.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/service_center/tasks/uninstall.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/vault/tasks/install.yml [new file with mode: 0644]
blueprints/iotgateway/playbooks/roles/vault/tasks/main.yml [new file with mode: 0644]