Support the scenario for installing kubernetes in ubuntu system 99/47699/1
authorhu xinhui <xinhui_hu@foxmail.com>
Tue, 14 Nov 2017 01:40:32 +0000 (09:40 +0800)
committerYifei Xue <xueyifei@huawei.com>
Thu, 23 Nov 2017 08:52:56 +0000 (08:52 +0000)
commit8a50c8b9bfc532494eb89641cee000dd60f8c0f9
tree108fdda4aa932ec19b4b0df059baf9d196a82b7e
parent870460bc580ce2bd7e2d0c752c211e8413800c74
Support the scenario for installing kubernetes in ubuntu system

JIRA: -

Currently we only support the the scenario for installing kubernetes
in centos system. This patch is to install kubernetes in ubuntu system

Change-Id: Idc5eafea5d02c28c62a31e4c29451b8c5aaf1fd5
Signed-off-by: hu xinhui <xinhui_hu@foxmail.com>
(cherry picked from commit a9f6a2b1665a31bbdaf266c333410bde2418cf15)
deploy/adapters/ansible/kubernetes/roles/install-k8s-dependence/tasks/main.yml
deploy/adapters/ansible/kubernetes/roles/kargo/tasks/main.yml
deploy/adapters/ansible/kubernetes/roles/pre-k8s/files/sources.list.official [new file with mode: 0644]
deploy/adapters/ansible/kubernetes/roles/pre-k8s/tasks/Ubuntu.yml
deploy/adapters/ansible/kubernetes/roles/setup-k8s-network/files/apt.conf [new file with mode: 0644]
deploy/adapters/ansible/kubernetes/roles/setup-k8s-network/handlers/main.yml [new file with mode: 0644]
deploy/adapters/ansible/kubernetes/roles/setup-k8s-network/tasks/RedHat.yml [new file with mode: 0644]
deploy/adapters/ansible/kubernetes/roles/setup-k8s-network/tasks/Ubuntu.yml [new file with mode: 0644]
deploy/adapters/ansible/kubernetes/roles/setup-k8s-network/tasks/main.yml
deploy/adapters/ansible/kubernetes/roles/setup-k8s-network/templates/ubuntu_network.j2 [new file with mode: 0644]