Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sdp integration - Update TMC, CSP, OET, SDP image versions #19

Merged
merged 3 commits into from
Oct 3, 2019

Conversation

kalyanithigale
Copy link
Contributor

@kalyanithigale kalyanithigale commented Oct 3, 2019

  1. Update TMC, CSP, OET and SDP image versions which have support for latest PyTango and Tango images.
  2. To resolve some issues in CSP devices, added ping statements for dependant devices as suggested by Elisabetta.

@kalyanithigale kalyanithigale changed the title Sdp integration - Update TMC. CSP, OET, SDP image versions Sdp integration - Update TMC, CSP, OET, SDP image versions Oct 3, 2019
Copy link
Collaborator

@Matteo04052017 Matteo04052017 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change to IfNotPresent

@@ -18,15 +18,15 @@ csplmc:
image:
registry: nexus.engageska-portugal.pt/ska-docker
image: csplmc
tag: 0.1.0
tag: 0.1.4
pullPolicy: Always
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you put Always as pullPolicy if the tag is not latest? Change to IfNotPresent.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed pullPolicy to IfNotPresent.
Commit Id: c3e714b

pullPolicy: Always

midcbfmcs:
enabled: true
image:
registry: nexus.engageska-portugal.pt/ska-docker
image: mid-cbf-mcs
tag: 0.1.0
tag: 0.1.2
pullPolicy: Always
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same comment as above

@@ -10,7 +10,7 @@ oet:
image:
registry: nexus.engageska-portugal.pt/ska-telescope
image: oet-ssh
tag: 0.2.8
tag: 0.2.9
pullPolicy: Always
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as above

@@ -74,7 +74,7 @@ spec:
env:
- name: TANGO_HOST
value: databaseds-tango-base-{{ .Release.Name }}:10000
image: nexus.engageska-portugal.pt/sdp-prototype/tangods_sdp_master:0.2.1
image: nexus.engageska-portugal.pt/sdp-prototype/tangods_sdp_master:0.2.3
imagePullPolicy: Always
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change to IfNotPresent

@@ -87,7 +87,7 @@ spec:
value: "0"
- name: SDP_CONFIG_HOST
value: {{ include "sdp-prototype.etcd-host" . }}
image: nexus.engageska-portugal.pt/sdp-prototype/tangods_sdp_subarray:0.5.12
image: nexus.engageska-portugal.pt/sdp-prototype/tangods_sdp_subarray:0.5.16
imagePullPolicy: Always
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change to IfNotPresent

@@ -18,7 +18,7 @@ tmcprototype:
image:
registry: nexus.engageska-portugal.pt/tango-example
image: tmcprototype
tag: latest
tag: 0.1.3
pullPolicy: Always
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change to IfNotPresent

@Matteo04052017 Matteo04052017 merged commit 379f055 into master Oct 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants