diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2019-05-22 14:53:31 +0200 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2019-05-22 14:53:31 +0200 |
commit | cf6797cfbf7553dd64a465c0b0d99e4fe5631aab (patch) | |
tree | 9f7286d1bd77f5a97b24f45a47555307946181ac /ansible/site.yml | |
parent | b1fe78553ea7d1caf90c1d52e195cd8f2a082008 (diff) |
Make RKE the default cluster deployment tool
This change substitutes rancher_kubernetes.yml for
rke.yml in site.yml making the RKE default deployment
mechanism for kubernetes cluster.
Change-Id: Ie1a0cb1eb94a3c5e8efd5c2c7e682c0292bc9152
Issue-ID: OOM-1873
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'ansible/site.yml')
-rw-r--r-- | ansible/site.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/site.yml b/ansible/site.yml index fbf2c389..7e22c5b2 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -15,6 +15,6 @@ # installer - import_playbook: resources.yml - import_playbook: infrastructure.yml -- import_playbook: rancher_kubernetes.yml +- import_playbook: rke.yml - import_playbook: application.yml |