[ICN-397] Run apply.go and API testing scripts Created: 13/Jul/20 Updated: 17/Dec/20 Resolved: 21/Jul/20 |
|
| Status: | Done |
| Project: | Integrated Cloud Native NFV |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Story | Priority: | Medium |
| Reporter: | Igor Duarte Cardoso | Assignee: | Igor Duarte Cardoso |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Epic Link: | DCM dev works |
| Sprint: | ICN Sprint 21, ICN Sprint 22 |
| Story Points: | 2 |
| Description |
|
The two patches about the CP work should be tested against EMCO v2 and observed. https://gerrit.onap.org/r/c/multicloud/k8s/+/105973 https://gerrit.onap.org/r/c/multicloud/k8s/+/106398
|
| Comments |
| Comment by Igor Duarte Cardoso [ 26/Jul/20 ] |
|
Two new patches submitted are related to this story: https://gerrit.onap.org/r/c/multicloud/k8s/+/110572 https://gerrit.onap.org/r/c/multicloud/k8s/+/110598
|
| Comment by Igor Duarte Cardoso [ 21/Jul/20 ] |
|
apply.go creates all resources in etcd that were previously added to MongoDB when calling the other DCM API paths. Here's a sample:
/context/1022592261886220501/ /context/1022592261886220501/app/logical-cloud/ /context/1022592261886220501/app/logical-cloud/cluster/cp-1+c1/ /context/1022592261886220501/app/logical-cloud/cluster/cp-1+c1/resource/instruction/dependency/ /context/1022592261886220501/app/logical-cloud/cluster/cp-1+c1/resource/instruction/order/ /context/1022592261886220501/app/logical-cloud/cluster/cp-1+c1/resource/lc1+CertificateSigningRequest/ /context/1022592261886220501/app/logical-cloud/cluster/cp-1+c1/resource/lc1+namespace/ /context/1022592261886220501/app/logical-cloud/cluster/cp-1+c1/resource/lc1+quota/ /context/1022592261886220501/app/logical-cloud/cluster/cp-1+c1/resource/lc1+role/ /context/1022592261886220501/app/logical-cloud/cluster/cp-1+c1/resource/lc1+roleBinding/ /context/1022592261886220501/app/logical-cloud/cluster/cp-1+c2/ /context/1022592261886220501/app/logical-cloud/cluster/cp-1+c2/resource/instruction/dependency/ /context/1022592261886220501/app/logical-cloud/cluster/cp-1+c2/resource/instruction/order/ /context/1022592261886220501/app/logical-cloud/cluster/cp-1+c2/resource/lc1+CertificateSigningRequest/ /context/1022592261886220501/app/logical-cloud/cluster/cp-1+c2/resource/lc1+namespace/ /context/1022592261886220501/app/logical-cloud/cluster/cp-1+c2/resource/lc1+quota/ /context/1022592261886220501/app/logical-cloud/cluster/cp-1+c2/resource/lc1+role/ /context/1022592261886220501/app/logical-cloud/cluster/cp-1+c2/resource/lc1+roleBinding/ |