Activity log for bug #1843453

Date Who What changed Old value New value Message
2019-09-10 15:45:22 Takeo Komiyama bug added bug
2019-09-10 16:04:25 Takeo Komiyama attachment added localhost.yml used for bootstrap https://bugs.launchpad.net/starlingx/+bug/1843453/+attachment/5287821/+files/localhost.yml
2019-09-10 16:05:08 Takeo Komiyama description Brief Description ----------------- When run ansible-playbook for bootstrap, in /var/log/daemon.log, it says, 2019-09-06T17:07:29.779 localhost kubelet[851987]: info W0906 17:07:29.779351 851987 cni.go:149] Error loading CNI config list file /etc/cni/net.d/10-calico.conflist: error parsing configuration list: invalid character '"' after object key:value pair In role template, /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/bringup-essential-services/templates/calico-cni.yaml.j2 It seems that "}," are missing at cni_network_config: |- { "name": "k8s-pod-network", "cniVersion": "0.3.0", "plugins": [ { "type": "calico", "log_level": "info", "datastore_type": "kubernetes", "nodename": "__KUBERNETES_NODE_NAME__", "mtu": __CNI_MTU__, "ipam": { "type": "calico-ipam", "assign_ipv4": "{{ "true" if cluster_network_ipv4 else "false" }}", "assign_ipv6": "{{ "true" if cluster_network_ipv6 else "false" }}" <-- Here "policy": { "type": "k8s" }, Should be "assign_ipv4": "{{ "true" if cluster_network_ipv4 else "false" }}", "assign_ipv6": "{{ "true" if cluster_network_ipv6 else "false" }}" }, "policy": { "type": "k8s" }, Severity -------- Major Steps to Reproduce ------------------ Step1: Install STX2.0 Step2: Prepare localhost.yml Step3: Run ansible-playbook Step4: See /var/log/daemon.log <-- Show error Expected Behavior ------------------ No error in kubelet. Actual Behavior ---------------- Error from kublet Reproducibility --------------- Reproducible System Configuration --------------- One node system Branch/Pull Time/Commit ----------------------- Last Pass --------- Timestamp/Logs -------------- Test Activity ------------- Evaluation Brief Description ----------------- When run ansible-playbook for bootstrap, in /var/log/daemon.log, it says, 2019-09-06T17:07:29.779 localhost kubelet[851987]: info W0906 17:07:29.779351 851987 cni.go:149] Error loading CNI config list file /etc/cni/net.d/10-calico.conflist: error parsing configuration list: invalid character '"' after object key:value pair In role template, /usr/share/ansible/stx-ansible/playbooks/bootstrap/roles/bringup-essential-services/templates/calico-cni.yaml.j2 It seems that "}," are missing at   cni_network_config: |-     {       "name": "k8s-pod-network",       "cniVersion": "0.3.0",       "plugins": [         {           "type": "calico",           "log_level": "info",           "datastore_type": "kubernetes",           "nodename": "__KUBERNETES_NODE_NAME__",           "mtu": __CNI_MTU__,           "ipam": {             "type": "calico-ipam",             "assign_ipv4": "{{ "true" if cluster_network_ipv4 else "false" }}",             "assign_ipv6": "{{ "true" if cluster_network_ipv6 else "false" }}" <-- Here           "policy": {               "type": "k8s"           }, Should be             "assign_ipv4": "{{ "true" if cluster_network_ipv4 else "false" }}",             "assign_ipv6": "{{ "true" if cluster_network_ipv6 else "false" }}"           },           "policy": {               "type": "k8s"           }, Severity -------- Major Steps to Reproduce ------------------ Step1: Install STX2.0 Step2: Prepare localhost.yml Step3: Run ansible-playbook Step4: See /var/log/daemon.log <-- Show error Expected Behavior ------------------ No error in kubelet. Actual Behavior ---------------- Error from kublet Reproducibility --------------- Reproducible System Configuration --------------- One node system Branch/Pull Time/Commit ----------------------- Last Pass --------- Timestamp/Logs -------------- Attached localhost.yml Test Activity ------------- Evaluation
2019-09-10 21:41:04 Ghada Khalil tags stx.2.0
2019-09-11 17:42:18 Ghada Khalil starlingx: status New Incomplete
2019-09-13 19:01:45 Ghada Khalil starlingx: assignee Tee Ngo (teewrs)
2019-09-13 23:37:58 Ghada Khalil tags stx.config
2019-09-18 20:59:00 Ghada Khalil tags stx.config stx.2.0 stx.config
2019-09-18 20:59:09 Ghada Khalil starlingx: importance Undecided High
2019-09-18 20:59:16 Ghada Khalil starlingx: status Incomplete In Progress
2019-09-18 20:59:27 Ghada Khalil starlingx: assignee Tee Ngo (teewrs) Al Bailey (albailey1974)
2019-09-18 20:59:39 Ghada Khalil bug added subscriber Bill Zvonar
2019-09-23 16:28:48 OpenStack Infra starlingx: status In Progress Fix Released
2019-09-24 19:44:28 Ghada Khalil tags stx.2.0 stx.config in-r-stx20 stx.2.0 stx.config