Age | Commit message (Collapse) | Author | Files | Lines |
|
Update to next snapshot version
Change-Id: Ie678c0555e453719582bff2ee9c87a302db32084
Issue-ID: CCSDK-290
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Former-commit-id: d94f58745798e827f049043c597ec4f308545344
|
|
Update parent version to remove -SNAPSHOT (1.0.3)
Change-Id: I8ecaa886dffc62116e068f4cbeb0ed078175d958
Issue-ID: CCSDK-290
Signed-off-by: Stilwell, David (stilwelld) <stilwelld@att.com>
Former-commit-id: abdfa5a380a9c345d1e768c4bca9238fbf653290
|
|
LCM DGs were using incoming request id to retrieve status from
ansible server instead of id returned by ansible server in initial
request.
Also, ansible should be configured to ignore host key checking to
avoid certificate issues.
Change-Id: I0cf3d053de652985c4611f8c7d2b5dbee22e0791
Issue-ID: SDNC-313
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Former-commit-id: 4559d6203ab3f5706b6a2c1a898aa1df37407522
|
|
Former-commit-id: f3452038810a64a48018f648843429a9011a4d54
|
|
Fixed ansible startup script to (1) fix first line to use /bin/bash
and (2) write to both stdout and to /var/log/ansible-server.log
so that docker-compose logs can be used to see messages on
failure
Change-Id: I3895329aa3ca2b805aebb8c00d5876f337fd7944
Issue-ID: SDNC-295
Signed-off-by: Timoney, Daniel (dt5972) <dt5972@att.com>
Former-commit-id: 5af9a1719e7dfd69dd298fa4efeb63b2560554e8
|
|
Roll version for next release candidate
Change-Id: Ib64f000296a5cc3c58cc623cd5697a7a775f8304
Issue-ID: SDNC-294
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Former-commit-id: 650c908cb02f828ab7c69a2141fffe36e1cb62d0
|
|
Re-add DNS config accidentally removed from sdnc container
in docker-compose.yml and fix typos in ansible start script
Change-Id: I808d559f68e7348acb5bbddfc089b96168f0f7bf
Issue-ID: SDNC-288
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Former-commit-id: f2929453c961b3d6e9a5320b06cd86146a4c636f
|
|
Added ansible server to docker-compose.yml and made a few config changes:
- redirect of output in final exec causes exec to fail. Instead, need
to redirect output in standalone exec line. Redirected to
/var/log/ansible-server.log
- Updated LCM config to use ansiblehost alias to reach ansible
(was incorrectly using 0.0.0.0)
Change-Id: I4b1b6bbc5f3df6f480333d53adda4c8e6e0d6510
Issue-ID: SDNC-288
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Former-commit-id: 50c65c2c7cd92db6d14215114d098b33da5f618d
|
|
Set execute permission on shell script
Change-Id: I5b2d94067f8a77fbfb1d2310368f1b1d78a2b834
Issue-ID: SDNC-288
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Former-commit-id: d83d0cdc37715ce9547b8896cc31915f1c5c6da5
|
|
add-apt-repository is failing in Jenkins, so move it to ansible server
startup script instead.
Change-Id: Iae058003678748c9a4bed9b5e279ebcce4c4695a
Issue-ID: SDNC-288
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Former-commit-id: 352342232f7578dc31597291947457f800e6619e
|
|
When run from command line, add-apt-repository waits for user prompt
to continue. Redirecting stdin to /dev/null allows installation to
proceed without prompt.
Change-Id: Ia646e775a3fcfba6100ffea05c48d6d6bc2f498d
Issue-ID: SDNC-288
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Former-commit-id: 52a359f2a7710eb2a4373b277485c2c7f34af69a
|
|
Pip install seems to fail in Dockerfile. Instead, move pip installs to
a startup script so that they can be done on initial container startup.
Change-Id: I3125307d5f9bfc980d8f9ed0bba108a5536548fd
Issue-ID: SDNC-288
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Former-commit-id: 3c48ffbeda720569fbfb8fac3e5db1cd0551474b
|
|
Add CM Ansible Server Docker Container
Change-Id: I673cfd6dce5d2e96954fc6700a12a849f46dae5a
Issue-ID: SDNC-288
Signed-off-by: Ruchira Agarwal <ra1926@att.com>
Former-commit-id: c051fe64ed0ddd6aeb26f8b2af9adfe7011a4dc0
|