...
This option is if you have a local postgres PostgreSQL running.
From the cps folder run the following command :
...
To setup kubectl and helm for ONAP locally follow steps as outlined in the deploy section on - https://docs.onap.org/projects/onap-oom/en/latest/oom_user_guide.html#deploy
Please Notenote the following amendments to the above instructions:
- No Need to 'Paste kubectl config rom Rancher' (not sure why that is even in those instructions)
- Skip 'helm install ons/onap' as the document mentions it is not available anymore
Install helm push plugin (before building the Helm repository)
Code Block language bash title Install Helm Push Plugin helm plugin install https://github.com/chartmuseum/helm-push.git
Deploy CPS
To install CPS only, run the following command from within the oom/kubernetes/cps folder :
Code Block | ||||
---|---|---|---|---|
| ||||
cd <your git repo>/oom/kubernetes/cps helm upgrade dev1 local/cps -i -f values.yaml --set global.masterPassword=mysecr |
...