Skip to content

Commit

Permalink
CKO: Changes added to handle cko-calico flavor configuration
Browse files Browse the repository at this point in the history
1. Added a new task file which run cko calico side changes via acc-provision
2. Added the new net-operator-controller deployment alongwith the CRD and CR in templates folder.
3. Update CRD schema according to control cluster deployment
4. Dockerfile acc-provision branch changes
5. Provide sample CR with all relevant details
  • Loading branch information
abhis2112 committed Dec 1, 2021
1 parent d59f972 commit 66846fb
Show file tree
Hide file tree
Showing 5 changed files with 579 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN update-crypto-policies --set LEGACY && pip3 install pyopenssl
RUN ansible-galaxy collection install -r ${HOME}/requirements.yml \
&& chmod -R ug+rwx ${HOME}/.ansible
RUN yum install git -y
RUN git clone --single-branch --branch ${ACC_PROVISION_BRANCH} https://github.com/noironetworks/acc-provision.git
RUN git clone --single-branch --branch cko https://github.com/noironetworks/acc-provision.git
RUN cd acc-provision/provision && python3 setup.py install

USER 1001
Expand Down
Loading

0 comments on commit 66846fb

Please sign in to comment.