Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolay Gorbatov <nikolay.gorbatov@flant.com>
  • Loading branch information
sprait committed Nov 28, 2024
1 parent 7e6dff1 commit 13db0af
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion candi/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ For validation and values defaulting, each configuration object has its OpenAPI
| OpenStackClusterConfiguration | OpenStack specific configuration | [candi/cloud-providers/openstack/openapi/openapi/cluster_configuration.yaml](https://github.com/deckhouse/deckhouse/blob/main/ee/candi/cloud-providers/openstack/openapi/cluster_configuration.yaml) |
| AWSClusterConfiguration | AWS specific configuration | [candi/cloud-providers/aws/openapi/openapi/cluster_configuration.yaml](https://github.com/deckhouse/deckhouse/blob/main/candi/cloud-providers/aws/openapi/cluster_configuration.yaml) |
| GCPClusterConfiguration | GCP specific configuration | [candi/cloud-providers/gcp/openapi/openapi/cluster_configuration.yaml](https://github.com/deckhouse/deckhouse/blob/main/candi/cloud-providers/gcp/openapi/cluster_configuration.yaml) |
| vSphereClusterConfiguration | vSphere specific configuration | [candi/cloud-providers/vsphere/openapi/openapi/cluster_configuration.yaml](https://github.com/deckhouse/deckhouse/blob/main/ee/candi/cloud-providers/vsphere/openapi/cluster_configuration.yaml) |
| vSphereClusterConfiguration | vSphere specific configuration | [candi/cloud-providers/vsphere/openapi/openapi/cluster_configuration.yaml](https://github.com/deckhouse/deckhouse/blob/main/ee/se-plus/candi/cloud-providers/vsphere/openapi/cluster_configuration.yaml) |
| YandexClusterConfiguration | Yandex Cloud specific configuration | [candi/cloud-providers/yandex/openapi/openapi/cluster_configuration.yaml](https://github.com/deckhouse/deckhouse/blob/main/candi/cloud-providers/yandex/openapi/cluster_configuration.yaml) |
| BashibleTemplateData | Bashible Bundle compiling settings (only for dhctl render bashible-bunble) | [candi/bashible/openapi.yaml](https://github.com/deckhouse/deckhouse/blob/main/candi/bashible/openapi.yaml) |
| KubeadmConfigTemplateData | Kubeadm config compiling settings (only for dhctl render kubeadm-config) | [candi/control-plane-kubeadm/openapi.yaml](https://github.com/deckhouse/deckhouse/blob/main/candi/control-plane-kubeadm/openapi.yaml)|
Expand Down
2 changes: 1 addition & 1 deletion dhctl/hack/devenv/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if [[ "x$id" == "x" ]]; then
-v /deckhouse/dhctl:/dhctl \
-v /deckhouse/candi:/deckhouse/candi \
-v /deckhouse/ee/candi/cloud-providers/openstack:/deckhouse/candi/cloud-providers/openstack \
-v /deckhouse/ee/candi/cloud-providers/vsphere:/deckhouse/candi/cloud-providers/vsphere \
-v /deckhouse/ee/se-plus/candi/cloud-providers/vsphere:/deckhouse/candi/cloud-providers/vsphere \
${INSTALLER_IMAGE_URL} \
tail -f /dev/null)
echo "Run new container with ID: ${id}"
Expand Down
6 changes: 3 additions & 3 deletions docs/documentation/werf-git-section.inc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
includePaths: ['*cluster_configuration.yaml']
stageDependencies:
setup: ['**/*']
- add: /ee/candi/cloud-providers/vsphere/openapi
- add: /ee/se-plus/candi/cloud-providers/vsphere/openapi
to: /src/ee/se-plus/modules/030-cloud-provider-vsphere/crds
owner: jekyll
group: jekyll
Expand All @@ -124,7 +124,7 @@
includePaths: ['*instance_class.yaml']
stageDependencies:
setup: ['**/*']
- add: /ee/candi/cloud-providers/vsphere/openapi
- add: /ee/se-plus/candi/cloud-providers/vsphere/openapi
to: /src/ee/se-plus/modules/030-cloud-provider-vsphere/openapi
owner: jekyll
group: jekyll
Expand Down Expand Up @@ -234,7 +234,7 @@
includePaths: ['LAYOUTS*.md','ENVIRONMENT*.md','CLUSTER_CONFIGURATION*.md']
stageDependencies:
setup: ['**/*']
- add: /ee/candi/cloud-providers/vsphere/docs
- add: /ee/se-plus/candi/cloud-providers/vsphere/docs
to: /src/ee/se-plus/modules/030-cloud-provider-vsphere/docs
owner: jekyll
group: jekyll
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ var _ = Describe("Module :: cloud-provider-vsphere :: helm template ::", func()
BeforeSuite(func() {
err := os.Remove("/deckhouse/ee/se-plus/modules/030-cloud-provider-vsphere/candi")
Expect(err).ShouldNot(HaveOccurred())
err = os.Symlink("/deckhouse/ee/candi/cloud-providers/vsphere", "/deckhouse/ee/se-plus/modules/030-cloud-provider-vsphere/candi")
err = os.Symlink("/deckhouse/ee/se-plus/candi/cloud-providers/vsphere", "/deckhouse/ee/se-plus/modules/030-cloud-provider-vsphere/candi")
Expect(err).ShouldNot(HaveOccurred())
})

Expand Down
2 changes: 1 addition & 1 deletion ee/se-plus/modules/030-cloud-provider-zvirt/candi

0 comments on commit 13db0af

Please sign in to comment.