Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Since DCAEGEN2-433 is a fix for Amsterdam boostrap, pointing to R1
resource locations instead of letting the build jobs de-templating,
which would point to R2 resource locations.
Issue-ID: DCAEGEN2-433
Change-Id: Id794ae8fa71c00c3312c68e764766e8e06786fa4
Signed-off-by: Lusheng Ji <lji@research.att.com>
|
|
Change-Id: I059269176399071db8f2a11f00b16d687d18525b
Issue-ID: DCAEGEN2-416
Signed-off-by: Jack Lucas <jflucas@research.att.com>
|
|
|
|
Virtualenv automatically pulls the newest pip.
Pip 10.0.0 was release on 2018/03/31. This new version no longer
supports the --use-wheel option. Hence when running wagon install,
which depends on pip --use-wheel, the bootstrap container quits.
Fix: add a line to force pip to be a specific version, not auto to
newest.
Issue-ID: DCAEGEN2-433
Change-Id: I2d7e0a71c1b50682458abb658c62914931115869
Signed-off-by: Lusheng Ji <lji@research.att.com>
|
|
Change-Id: I0ca2db24c757a5a8372e83ba1b7dbf5eb67b7d69
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-434
|
|
Issue-ID: DCAEGEN2-206
Change-Id: I728d00bd74a6cdc5b1aca520efe77f686ef9aae0
Signed-off-by: Lusheng Ji <lji@research.att.com>
|
|
|
|
Issue-ID: DCAEGEN2-206
Change-Id: I8fa5150bffc0e371ab09bd75f1df4e460bf85a72
Signed-off-by: Lusheng Ji <lji@research.att.com>
|
|
Change-Id: I3d548b26a2868529cf85057aa348b8ce4ba2f6a8
Issue-ID: DCAEGEN2-421
Signed-off-by: Jack Lucas <jflucas@research.att.com>
|
|
Alos breaking into two files so we can use shell script to
check for dependencies, as well as injecting KVs before
service components are up.
Issue-ID: DCAEGEN2-206
Change-Id: I8a14675ab96472f2eda86864b5e3248bd48dd00d
Signed-off-by: Lusheng Ji <lji@research.att.com>
|
|
Issue-ID: DCAEGEN2-206
Change-Id: I578f749b6946970b8215aa3a228420f025dc7f34
Signed-off-by: Lusheng Ji <lji@research.att.com>
|
|
Change-Id: Icc671a8c9344c26c7465f1d54abf1ec3f6da8e9b
Issue-ID: DCAEGEN2-427
Signed-off-by: Jack Lucas <jflucas@research.att.com>
|
|
Previously all raw artifacts (sh, yaml, etc) are uploaded to raw repo
under the same location. This change instead pushes to a path reflecting
an artifact's module.
Issue-ID: DCAEGEN2-206
Change-Id: I28c76583b5a6793b384b4955962d23e564ed4d49
Signed-off-by: Lusheng Ji <lji@research.att.com>
|
|
Change-Id: Ia99dc7fcfabeec0f8b83c0182358750db942eb13
Issue-ID: DCAEGEN2-427
Signed-off-by: Jack Lucas <jflucas@research.att.com>
|
|
Issue-ID: DCAEGEN2-206
Change-Id: Id37c00b38218940c6c9095e8941f7bbfc63edacb
Signed-off-by: Lusheng Ji <lji@research.att.com>
|
|
Change-Id: I131783f56ef24bcc015ff115c67a766d03bf0ea0
Issue-ID: DCAEGEN2-421
Signed-off-by: Jack Lucas <jflucas@research.att.com>
|
|
Issue-ID: DCAEGEN2-357
Change-Id: I0edaf2cbdea6b98ef438b03e8f400ca05090b052
Signed-off-by: Lusheng Ji <lji@research.att.com>
|
|
Change-Id: Ib21bd80a1e43d1005974527cecf93e99462e94fa
Issue-ID: DCAEGEN2-421
Signed-off-by: Jack Lucas <jflucas@research.att.com>
|
|
Issue-ID: DCAEGEN2-245
Change-Id: I1ed2d9e1bd7ae37e1772eaaa8da5fd6875e3e5cd
Signed-off-by: Lusheng Ji <lji@research.att.com>
|
|
Change-Id: I13150c229ecd3871c889dbfa979522be2360249d
Issue-ID: DCAEGEN2-416
Signed-off-by: Jack Lucas <jflucas@research.att.com>
|
|
Issue-ID: DCAEGEN2-206
Change-Id: I668a8db35b018a4bedc0f6550f7a24d001273350
Signed-off-by: Lusheng Ji <lji@research.att.com>
|
|
Issue-ID: DCAEGEN2-357
Change-Id: I52a4f1c684aee297d248b1e7df5802d9439930ec
Signed-off-by: Lusheng Ji <lji@research.att.com>
|
|
A Redis cluster is needed for TCA to store states. This submission is a fork
of the Dcokerfile from the redis-cluster work here
https://github.com/sanderploegsma/redis-cluster (MIT licensed), and making a
docker image available on ONAP registry.
Issue-ID: DCAEGEN2-245
Change-Id: I35ccf756daec07cb8657d07248c17c616b1f4ccf
Signed-off-by: Lusheng Ji <lji@research.att.com>
|
|
Change-Id: Id885c544f20b26bffcda5a95b4bd91a669cbae7c
Signed-off-by: Lusheng Ji <lji@research.att.com>
Issue-ID: DCAEGEN2-325
|
|
Change-Id: I84834c92e6903255a5a55832cbeeb34f9a6897ed
Issue-ID: DCAEGEN2-211
Signed-off-by: vagrant <vv770d@att.com>
|
|
|
|
Under certain conditions, it takes longer than 10 seconds
on the cloudify manager VM from the time its IP stack becoming
ready (echoing to ICMP) to the time its sshd becoming ready.
This causes the ssh-into-cloudify-manager-VM command to fail.
The implemented solution is to replace the ping test-wait loop with
a TCP port 22 open test-wait loop.
Issue-Id: DCAEGEN2-201
Change-Id: I9b734a9ff58ec9e97dc0102dc2ba86756e50f135
Signed-off-by: Lusheng Ji <lji@research.att.com>
|
|
Bump minor version in preparation for Amsterdam
branching.
Change-Id: Ib3b1d70ce0a73bd0361accffb06f6a84d06aeaa0
Issue-ID: CIMAN-120
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
Change-Id: Ib9479c31b473049bb17253c57885a34daedbd2c2
Issue-Id: DCAEGEN2-191
Signed-off-by: Jack Lucas <jflucas@research.att.com>
|
|
Change-Id: I6209f8edb4a15c0a099447bcec60f7faa0dcec44
Issue-Id: DCAEGEN2-190
Signed-off-by: Jack Lucas <jflucas@research.att.com>
|
|
In addition the following:
Disable designate import function
Install ping and nc to docker container (Dockerfile)
Issue-Id: DCAEGEN2-127
Change-Id: I13a8684260e9352bf2ae5efb7f6837f23a58cf97
Signed-off-by: Lusheng Ji <lji@research.att.com>
|
|
1. Fix the wget of cent_os and cosul_cluster BPs not over-writing old copies.
2. Replace sleep 180 after launching CM VM to a ping wait
Issue-Id: DCAEGEN2-128
Change-Id: I9ff8f770a320291c1c26d3c1159a52764d677f98
Signed-off-by: Lusheng Ji <lji@research.att.com>
|
|
Issue-Id: DCAEGEN2-128
Change-Id: Ic03efd0f664a8bd16543fc281e7148199f3e4193
Signed-off-by: Lusheng Ji <lji@research.att.com>
|
|
Script and DNS record template input for posting the floating IP
addresses of ONAP VMs to Designate.
Issue-Id: DCAEGEN2-128
Change-Id: Ice16ef4ab4a267f6f374b232cbe84c1e96e8982f
Signed-off-by: Lusheng Ji <lji@research.att.com>
|
|
Writing out floating IP addresses of Consul and CloudifyManager
VMs to host files, used by Nginx proxy for redirecting
ONAP healthcheck call.
Issue-Id: DCAEGEN2-128
Change-Id: I502ca663fbb42009198acb14a8225bc9f1164730
Signed-off-by: Lusheng Ji <lji@research.att.com>
|
|
Issue-Id: DCAEGEN2-173
Change-Id: I974133327fbe482165f61bdfef6591a953230521
Signed-off-by: Jack Lucas <jflucas@research.att.com>
|
|
Change-Id: I87d6d058e73ca97cc4a2a9f114856c36091ce1df
Issue-Id: DCAEGEN2-172
Signed-off-by: Andrew Gauld <ag1282@att.com>
|
|
Change-Id: I9ef3d1e0688f54dd04361db1ba3ec71e48c159e9
Issue-Id: DCAEGEN2-159
Signed-off-by: Jack Lucas <jflucas@research.att.com>
|
|
Issue-Id: DCAEGEN2-128
Change-Id: I9198c1938c7c4265611dc6d6a0df624d7441919e
Signed-off-by: Lusheng Ji <lji@research.att.com>
|
|
Issue-Id: DCAEGEN2-128
Change-Id: I6b3f021b739135e92960ea4a75237eee862d9c7d
Signed-off-by: Lusheng Ji <lji@research.att.com>
|
|
Change-Id: I9bd8d7093df422fbb8446c295970d5f977c4c287
Issue-Id: DCAEGEN2-159
Signed-off-by: Jack Lucas <jflucas@research.att.com>
|
|
Issue-Id: DCAEGEN2-128
Change-Id: Iaffb6b121959c8a0e37acbf4389f88e1c6fe64ff
Signed-off-by: Lusheng Ji <lji@research.att.com>
|
|
Issue-Id: DCAEGEN2-128
Change-Id: I82413a04a1f43180415657211670b0151089560a
Signed-off-by: Lusheng Ji <lji@research.att.com>
|
|
Issue-Id: DCAEGEN2-128
Change-Id: I05c7ab91828224ccf87326c8980c2459290c56dc
Signed-off-by: Lusheng Ji <lji@research.att.com>
|
|
Issue-Id: DCAEGEN2-127
Change-Id: I7396a17049fb3186203f48f0f57e77ef135c8dff
Signed-off-by: Lusheng Ji <lji@research.att.com>
|
|
Issue-Id: DCAEGEN2-128
Change-Id: If721b85de4f741026b4a881ef2711e53bbfbf2b4
Signed-off-by: Lusheng Ji <lji@research.att.com>
|
|
Issue-Id: DCAEGEN2-128
Change-Id: I56cd564208c65e5aba4b7c77cb7eec7a14bb10ed
Signed-off-by: Lusheng Ji <lji@research.att.com>
|
|
Issue-Id: DCAEGEN2-128
Change-Id: I0461f1b3041682b21bcf8d3cf0e1eacbbd669ed9
Signed-off-by: Lusheng Ji <lji@research.att.com>
|
|
Change-Id: I0ea4d24b67b3b2f5b8f8a9fceb84b0bfd7ec7c23
Issue-Id: DCAEGEN2-159
Signed-off-by: Jack Lucas <jflucas@research.att.com>
|