Giter Site home page Giter Site logo

openshift_vsphere_upi's People

Contributors

abhis2112 avatar camrossi avatar pariyaashok avatar ratnakark avatar snaiksat avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

openshift_vsphere_upi's Issues

ACI CISCO + OKD 4.5 or 6

Staff,

We are trying to implement an openshift cluster OKD 4.5 or 6 + Fedora coreOS 33.20210217.3.0, using this repository as a base, we have direct access to the internet without a proxy.

We were able to initialize all the machines, bootstrap, masters and workers, but the deployment does not end, the masters are ready, but the only operators who went up were the Cloud-credential network, workers were not able to go into production, they are on the boot, trying to fetch your boot settings and we have no feedback on completing the bootstrap configuration (timeout)

have you already been successful in integrating ACI + OKD?

could you guide us about this implementation?

Thanks.
log1
co
pods_aci
pods_erro

disk_size_MB is actually GB

In the group_vars/all.yml config file we set the VMs disk size with a variable called disk_size_MB this is then passed to the terraform vsphere_virtual_machine disk.size attribute.

The disk.size attribute is specified in GB, so the disk_size_MB variable should be renamed to disk_size_GB

DNS pods did not resolve

Dear all,

our setup:
ACI - 4.2(7t);
VMware - 7 u3;
in the vars file is set to not provision DNS on the LB machine;

We tried several times to install the OCP without success(ocp 4.13, ocp 4.12, ocp4.11). Almost all the Cluster Operators are OK, but some of them are receiving errors with the communication. Based on that we troubleshooted it and we figured out that they have a problem with the DNS pods. There is a problem with the DNS pods in openshift-dns namespace.

The DNS pods are in a RUNNING state.
When trying to execute on them "dig dig oauth-openshift.apps." it is timeout. But if we execute the same command from the nodes it is OK.

Are we missing something from your docs(https://www.cisco.com/c/en/us/td/docs/dcn/aci/containers/installation/openshift-on-vsphere/installing-openshift-4-13-on-vmware-vsphere.html)?

Compatibility with Ansible 2.13 and above

Due to a change in behaviour in how Templating works in ansible 2.13+ the generation of masters_api_ip_list and workers_api_ip_list will fail in the common role.

Our code can be re-written as:

- set_fact:
      masters_api_ip_list: "{{ masters_api_ip_list | default([]) + [ item.value.ip ] }}"
  with_dict: "{{ masters_vars.nodes }}"

- set_fact:
     workers_api_ip_list: "{{ workers_api_ip_list | default([]) + [ item.value.ip ] }}"
  with_dict: "{{ workers_vars.nodes }}"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.