Skip to content

Commit 67bddfe

Browse files
alanbchristiea.b.christie
andauthored
Rabbitmq changes (#1)
* Updated to latest on each submodule (supporting new rabbitmq) * fix: Removed unused files * feat: Expected variables now injected into container * feat: Latest submodules --------- Co-authored-by: a.b.christie <alan.christie@matildapeak.com>
1 parent 667a2b7 commit 67bddfe

9 files changed

+18
-57
lines changed

.ansible-lint

Lines changed: 0 additions & 5 deletions
This file was deleted.

.devcontainer/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,3 @@ RUN pip install -r /tmp/requirements.txt \
1313
&& rm /tmp/requirements.txt \
1414
&& curl -LO "https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/${PLATFORM}/kubectl" \
1515
&& install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl
16-
17-
# Set KUBECONFIG (to the dev container's default config).
18-
# The user can (and is encouraged to) change this from the terminal.
19-
ENV KUBECONFIG=/home/vscode/.kube/config

.devcontainer/devcontainer.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,19 @@
2828
"source=${localEnv:HOME}/.kube,target=/home/vscode/.kube,type=bind,consistency=cached",
2929
"source=projectname-bashhistory,target=/commandhistory,type=volume"
3030
],
31+
// Inject 'expected' host environment variables
32+
// so they apply to the entire container
33+
"containerEnv": {
34+
"IM_DEV_AS_IMAGE_TAG": "${localEnv:IM_DEV_AS_IMAGE_TAG}",
35+
"IM_DEV_AS_PULL_SECRET": "${localEnv:IM_DEV_AS_PULL_SECRET}",
36+
"IM_DEV_DM_IMAGE_TAG": "${localEnv:IM_DEV_DM_IMAGE_TAG}",
37+
"IM_DEV_DM_PULL_SECRET": "${localEnv:IM_DEV_DM_PULL_SECRET}",
38+
"IM_DEV_JOBO_IMAGE_TAG": "${localEnv:IM_DEV_JOBO_IMAGE_TAG}",
39+
"IM_DEV_JUPO_IMAGE_TAG": "${localEnv:IM_DEV_JUPO_IMAGE_TAG}",
40+
"IM_DEV_UI_CLIENT_SECRET": "${localEnv:IM_DEV_UI_CLIENT_SECRET}",
41+
"IM_DEV_UI_IMAGE_TAG": "${localEnv:IM_DEV_UI_IMAGE_TAG}",
42+
"KUBECONFIG": "/home/vscode/.kube/config"
43+
},
3144
// Studio Code custom module/plugins to load.
3245
"customizations": {
3346
"vscode": {

.yamllint

Lines changed: 0 additions & 43 deletions
This file was deleted.

squonk2-account-server-ansible

Submodule squonk2-account-server-ansible updated from e01ccc4 to 15a9bf1

squonk2-data-manager-ansible

Submodule squonk2-data-manager-ansible updated from d1c02b9 to d37e302

0 commit comments

Comments
 (0)