Skip to content

Commit 8e09f5b

Browse files
committed
Merge branch 'release/4.3.0'
2 parents 27ce1cf + e2802cf commit 8e09f5b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+89
-79
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ env:
1717

1818
jobs:
1919
allow_failures:
20-
- env: MOLECULE_SCENARIO_NAME="ubuntu-20.04"
2120
- env: MOLECULE_SCENARIO_NAME="ubuntu-19.10"
2221
- env: MOLECULE_SCENARIO_NAME="centos-8"
2322
- env: MOLECULE_SCENARIO_NAME="centos-7"

CHANGELOG.md

+8-1

README.md

+7-6

inventory/sample/group_vars/all/00-defaults.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
# limitations under the License.
1616

1717
# release
18-
ceph_release: "14.2"
18+
ceph_release: "15.2"
1919
kernel_release: "mainline"
2020

2121
# version
22-
cri_o_version: "v1.17.3"
23-
kubernetes_version: "v1.17.4"
22+
cri_o_version: "v1.18.0-rc1"
23+
kubernetes_version: "v1.18.2"
2424

2525
# ceph_common
2626
ceph_fsid: "{{ hostvars[groups['ceph_mon'][0]].ansible_machine_id | to_uuid }}"

molecule/centos-7/molecule.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ driver:
2121
platforms:
2222
- name: ${MOLECULE_INSTANCE_NAME}-1
2323
box: generic/centos7
24-
cpu: 2
25-
memory: 2048
24+
cpu: 4
25+
memory: 4096
2626
interfaces:
2727
- auto_config: true
2828
network_name: private_network

molecule/centos-8/molecule.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ driver:
2121
platforms:
2222
- name: ${MOLECULE_INSTANCE_NAME}-1
2323
box: generic/centos8
24-
cpu: 2
25-
memory: 2048
24+
cpu: 4
25+
memory: 4096
2626
interfaces:
2727
- auto_config: true
2828
network_name: private_network

molecule/default/Dockerfile.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM ubuntu:18.04
15+
FROM ubuntu:20.04
1616

1717
ENV LANG "en_US.utf8"
1818
ENV LC_ALL "en_US.utf8"
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../../../../defaults/main.yml
1+
../../../../inventory/sample/group_vars/all/00-defaults.yml

molecule/default/molecule.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ platforms:
2424
- "/sys/fs/cgroup:/sys/fs/cgroup:rw"
2525
entrypoint: init
2626
command: "bash -c 'sleep infinity'"
27-
tty: True
27+
tty: true
2828
env:
2929
container: docker
3030
lint: |

molecule/redhat-7/molecule.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ driver:
2121
platforms:
2222
- name: ${MOLECULE_INSTANCE_NAME}-1
2323
box: generic/rhel7
24-
cpu: 2
25-
memory: 2048
24+
cpu: 4
25+
memory: 4096
2626
interfaces:
2727
- auto_config: true
2828
network_name: private_network

molecule/redhat-8/molecule.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ driver:
2121
platforms:
2222
- name: ${MOLECULE_INSTANCE_NAME}-1
2323
box: generic/rhel8
24-
cpu: 2
25-
memory: 2048
24+
cpu: 4
25+
memory: 4096
2626
interfaces:
2727
- auto_config: true
2828
network_name: private_network

molecule/suse-15/molecule.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ driver:
2121
platforms:
2222
- name: ${MOLECULE_INSTANCE_NAME}-1
2323
box: generic/opensuse15
24-
cpu: 2
25-
memory: 2048
24+
cpu: 4
25+
memory: 4096
2626
interfaces:
2727
- auto_config: true
2828
network_name: private_network

molecule/ubuntu-18.04/molecule.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ driver:
2121
platforms:
2222
- name: ${MOLECULE_INSTANCE_NAME}-1
2323
box: generic/ubuntu1804
24-
cpu: 2
25-
memory: 2048
24+
cpu: 4
25+
memory: 4096
2626
interfaces:
2727
- auto_config: true
2828
network_name: private_network

molecule/ubuntu-19.10/molecule.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ driver:
2121
platforms:
2222
- name: ${MOLECULE_INSTANCE_NAME}-1
2323
box: generic/ubuntu1910
24-
cpu: 2
25-
memory: 2048
24+
cpu: 4
25+
memory: 4096
2626
interfaces:
2727
- auto_config: true
2828
network_name: private_network

molecule/ubuntu-20.04/molecule.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ driver:
2020
name: libvirt
2121
platforms:
2222
- name: ${MOLECULE_INSTANCE_NAME}-1
23-
box: generic/ubuntu2004
24-
cpu: 2
25-
memory: 2048
23+
box: abi/ubuntu2004
24+
cpu: 4
25+
memory: 4096
2626
interfaces:
2727
- auto_config: true
2828
network_name: private_network

playbooks/ceph-verify.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
- name: ceph osd pool create rbd
5959
shell: |
6060
set -o pipefail
61-
ceph osd pool create rbd 8 8
61+
ceph osd pool create rbd
6262
ceph osd pool set rbd size 1
6363
ceph osd pool set rbd min_size 1
6464
ceph osd pool application enable rbd rbd
@@ -80,7 +80,7 @@
8080
- name: ceph osd pool create cephfs_metadata
8181
shell: |
8282
set -o pipefail
83-
ceph osd pool create cephfs_metadata 32 32
83+
ceph osd pool create cephfs_metadata
8484
ceph osd pool set cephfs_metadata size 1
8585
ceph osd pool set cephfs_metadata min_size 1
8686
args:
@@ -92,7 +92,7 @@
9292
- name: ceph osd pool create cephfs_data
9393
shell: |
9494
set -o pipefail
95-
ceph osd pool create cephfs_data 128 128
95+
ceph osd pool create cephfs_data
9696
ceph osd pool set cephfs_data size 1
9797
ceph osd pool set cephfs_data min_size 1
9898
args:

playbooks/cri_o-install.yml

+3
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@
4646
remote_user: root
4747
become: true
4848
tasks:
49+
- include_role:
50+
name: golang
51+
4952
- include_role:
5053
name: cni_plugins
5154

roles/cni_plugins

roles/kubeadm

roles/kubectl

roles/kubelet

roles/kubernetes_csi_rbd

roles/kubernetes_flannel

roles/kubernetes_metallb

roles/kubernetes_weave

0 commit comments

Comments
 (0)