ssmusoke
(Stephen Senkomago Musoke)
May 29, 2017, 5:11am
1
I am looking at coreapps SNAPSHOT with new builds of the module using web-pack to package the coreapps.dashboardwidget.js and coreapps.vendor.js files which is not reflected.
How can one force a deployment of the latest version of a snapshot (or is this even possible)
How often are the modules updated, my assumption is that every green build of any snapshot deploys the new module
dkayiwa
(Daniel Kayiwa)
May 29, 2017, 7:31am
2
As long as the distro is referencing the latest snapshot version , every commit should trigger a CI build and hence automatic deployment on qa-refapp
Which exact functionality are you looking for?
ssmusoke
(Stephen Senkomago Musoke)
May 29, 2017, 8:45am
3
raff
(Rafal Korytkowski)
May 29, 2017, 12:20pm
4
I’m looking into why changes are not there…
cintiadr
(Cintia Del Rio)
May 29, 2017, 1:02pm
5
Sorry, my fault (or sort of).
I did realise that the docker host was not resolving DNS properly (for some reason, its resolv.conf comes back to 127.0.0.1, I was manually changing it to 8.8.8.8 to get it working), and I didn’t want to spend time on it as I was moving to another host/datacenter:
@cintiadr ,
We need to get resources off of the original Jetstream project (TG-ASC160035) and move everything under the official Jetstream project (TG-ASC170002). I created an ITSM ticket for this task:
https://issues.openmrs.org/browse/ITSM-4009
Assuming you don’t have any work in progress on bungoma for migrating Confluence, I can destroy that server and recreate it under the new project.
These servers need to be moved to the new project:
garissa (at IU under old project)
thika (at TACC…
When DNS is failing, docker containers are not updated.
If you try a new build, it should work.
When I couldn’t get the new host, I forgot to at least fix DNS on the old host.
1 Like
raff
(Rafal Korytkowski)
June 27, 2017, 1:55pm
6
@cintiadr , I think we have the same issue again, is it possible?
cintiadr
(Cintia Del Rio)
June 29, 2017, 10:45am
7
We now have monitoring on that.
The gray area shows when DNS is not resolving properly. Did the problem occur during that time?
There’s some help in Openmrs test servers · openmrs/openmrs-contrib-itsmresources Wiki · GitHub about where to find the deployment logs.
cintiadr
(Cintia Del Rio)
June 29, 2017, 11:09am
8
Actually, that downtime was when I was reprovisioning it.
But it appears I didn’t update the webhook for the value after the provisioning.
Would it make sense to say that it’s broken since 25th june (or 18th of june), but it’s now working?
dkayiwa
(Daniel Kayiwa)
June 29, 2017, 2:09pm
9
Rafal made a fix for this: https://qa-refapp.openmrs.org/openmrs/owa/metadatamapping/index.html
But it is not yet showing up on this server.
So @cintiadr , could this be due to the server using an older snapshot version of the module?
cintiadr
(Cintia Del Rio)
June 30, 2017, 12:19pm
10
Not sure, note sure.
In the machine, I have:
$ docker ps
....
46474431f561 openmrs/openmrs-reference-application-distro:qa "/usr/local/tomcat..." 9 hours ago Up 9 hours (healthy) 0.0.0.0:8081->8080/tcp qarefapp_openmrs-referenceapplication_1
101a05ed20cf mysql:5.6 "docker-entrypoint..." 9 hours ago Up 9 hours (healthy) 3306/tcp qarefapp_openmrs-referenceapplication-mysql_1
root@garissa:~# docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
openmrs/openmrs-reference-application-distro qa fbd82ffb13b3 9 hours ago 470MB
....
Which matches the time of the last build:
https://ci.openmrs.org/browse/REFAPP-OMODDISTRO-6352
So, I’d need someone to actually take the image from docker hub (openmrs/openmrs-reference-application-distro:qa) and check if it has the desired fix?