cloud-platform-deployment-manager icon indicating copy to clipboard operation
cloud-platform-deployment-manager copied to clipboard

Deploy/configure a StarlingX system

Results 8 cloud-platform-deployment-manager issues
Sort by recently updated
recently updated
newest added

With the support of the upstream: https://github.com/kubernetes-sigs/controller-tools/pull/898 https://github.com/kubernetes-sigs/controller-tools/issues/342 is now closed, and we can validate the items in the list in CRDs, expect to remove the hack in PR #122...

When we update the config as per the below config we are getting a delta in ssl certificate. Config updated: {'kind': 'System', 'metadata': {'name': 'dc-subcloud3'} , 'spec': {'description': 'Description test'}}...

**SetSystemReady & SetSystemType During Restore** This commit sets SystemReady and SystemType during restore so that all other reconcilers can reconcile when subsequent DM configurations are applied post upgrade. Test Cases:...

Update system reconciler to check the cert type and throw log message on unexpected certs DM should no longer check any platform cert other than ssl_ca. In system reconciler, we...

Updating CertificateInfo in CRD to reject cert types other than ssl_ca DM should no longer check any platform cert other than ssl_ca. Remove the other types of certs from CRD...

Added new UT cases for build files The total statements covered for the DM code is increased from 24.5-26.6%

In K8s 1.19, certificates are required to have SAN entries. This commit adds it: 5aadc2dfc3a21fc1925b4b9a7f8e51cf463a86bb However, it involved editing the vendor package from the cloud deployment manager repo, instead of...

I am trying to understand the roles of different CRDs. Specifically, I want to understand how to use the System Custom Resource. Is System CR used to define the components...