Age | Commit message (Collapse) | Author | Files | Lines |
|
Change-Id: I79f112d6b33e087072c76b1aa28cb123cef9cc59
Signed-off-by: Hansen, Tony (th1395) <th1395@att.com>
Issue-ID: DCAEGEN2-478
|
|
Pip 10.0.0 introduced non-backwards compatible changes. This causes
problem in setup. Adding handling for different cases.
Issue-ID: DCAEGEN2-452
Change-Id: I06eba2c3d2aa15827a2e66afb37a4c8416810744
Signed-off-by: Lusheng Ji <lji@research.att.com>
|
|
- discovering consul at consul:8500 instead of localhost:8500
- added and refactored unit tests for discovery -- coverage 94%
Change-Id: Id9f52cf95ab3dca0b2759021b408925a1dc87264
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-438
|
|
Avoid double appending module ID to docker image tag.
Specifying pip and tox versions when do tox testiing.
(newest pip version 10.0.0b2 does not have pip.req)
Issue-ID: DCAEGEN2-206
Change-Id: Id2d714a3e62ffcbb2c2ed9ccb831dd60c7a29de7
Signed-off-by: Lusheng Ji <lji@research.att.com>
|
|
|
|
Update the way docker images are tagged, following new guideline.
Issue-ID: DCAEGEN2-206
Change-Id: Ie8d0459b8a8b9c324d34cdc085f4ead63977a969
Signed-off-by: Lusheng Ji <lji@research.att.com>
|
|
- configAttributes in policy_filter being a stringified json,
rather than the map due to SDC UI limitations
- safely parse the configAttributes string into json
waiting for the merge before uploading to public pypi
Change-Id: If054c2c5e3d95bb97057bb4b2486dbff40e6b244
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-414
|
|
Issue-ID: DCAEGEN2-206
Change-Id: I87fd678977fe912030e54c75debad1126f1cf692
Signed-off-by: Lusheng Ji <lji@research.att.com>
|
|
Issue-ID: DCAEGEN2-206
Change-Id: Ia6934e28d4a3c336add919ffcde46319e6f2065b
Signed-off-by: Lusheng Ji <lji@research.att.com>
|
|
Issue-ID: DCAEGEN2-206
Change-Id: Ib627a437ebe28eaa03493b181f0f6577912f8dd0
Signed-off-by: Lusheng Ji <lji@research.att.com>
|
|
Issue-ID: DCAEGEN2-206
Change-Id: Ia9d35064fb8ecdea292e83cbb884336b2dd9e306
Signed-off-by: Lusheng Ji <lji@research.att.com>
|
|
Issue-ID: DCAEGEN2-206
Change-Id: I0fcf8462109773e849e72d35014b11779881aa00
Signed-off-by: Lusheng Ji <lji@research.att.com>
|
|
Change-Id: Iec4ac1ce05614acb0067b45d8e141a1662bd1c9b
Issue-ID: DCAEGEN2-403
Signed-off-by: Andrew Gauld <ag1282@att.com>
|
|
Change-Id: I31a7041a2372261bde8c9ca58bd3535cf4457ac0
Issue-ID: DCAEGEN2-403
Signed-off-by: Andrew Gauld <ag1282@att.com>
|
|
Add functions for building and uploading archives (zip and tgz)
instead of wagons. This offers the option for wagon builders to
download Cloudify Manger plugins as archive and build wagon
packages in preferred environment (CentOS), instead of building
them as part of CICD because Linux Foundation Jenkins servers are
all Ubuntu.
Issue-ID: DCAEGEN2-206
Change-Id: Iba38398d2102bbc088932243bbac8207c9f73c6c
Signed-off-by: Lusheng Ji <lji@research.att.com>
|
|
1. Update docker tags to the followingi 4 tags:
imagename:symver-timestamp,
imagename:symver,
imagename:symver-snapshot,
imagename:latest
2. Update dcaegen2 raw artifact location using release tag:
for example ...${reponame}/R2/artifactname...
Issue-ID: DCAEGEN2-206
Change-Id: Iefa8287af713a4bdc6f2a9a8fad99f728ecee1f2
Signed-off-by: Lusheng Ji <lji@research.att.com>
|
|
Change-Id: I93935004dabebdb9cb1b917e5f9e462aef46cb40
Issue-ID: DCAEGEN2-348
Signed-off-by: Tommy Carpenter <tommy@research.att.com>
|
|
1. change the wagon and type file push location to a path
reflecting the release and version numbers
2. wagon create with -r
3. update the local mvn-phase-script to use local mvn-phase-lib
Issue-ID: DCAEGEN2-206
Change-Id: Ib86ddab54e17128f893fa41f09c65ea93b800323
Signed-off-by: Lusheng Ji <lji@research.att.com>
|
|
- removed the following obsolete and unused features
= removed policy apply_order parsing
= removed policy sorting
= removed policy config merge into app-config
= removed tracking fields in app-config affected by policies
= removed getting config from config.content on microservice
= removed org.onap.dcae from license text
- simplified the logic flow without policy sorting
and without getting policy configs
- removed the option to pass the policy configs to plugins
= only passing the policy bodies to be included
into the policy-notification message
- refactoring to reduce function complexity according to sonar
- reduced the unit tests to match the new code - coverage is 80%
Change-Id: I47729683a45a647b7510edeb85bc018fc7bb8200
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-347
|
|
|
|
Change-Id: I3e221cbc9f7e9554829b2a88f4cc3277a349f1ae
Issue-ID: DCAEGEN2-351
Signed-off-by: Tommy Carpenter <tommy@research.att.com>
|
|
- now storing policies into consul-kv under folder
<service_cmponent_name>:policies/ as
items/<policy_id>=<policy_body> and
event={"action": "gathered", "policies_count": 30,
"timestamp": "2018-02-12T10:20:30.777Z",
"update_id": "0e79edc0-6c64-425e-a618-cc13ef50cd56"}}
- this data is going to be retrieved by config-binding service thru
a new API http GET
<CBS>/service_component_all/<service_component_name>
- passing policy_body objects to plugins that consume the Policies
decorators to pass to component
- new decorator to delete the <service_cmponent_name>:policies/
folder in consul-kv upon uninstalling the component
- sorting and merge of policy configs into application config
is not removed yet - to be done later
- fixed unit tests - coverage is 83%
Change-Id: Ie55be9298ac7889d516a5b884a2e24ac05c65a01
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-347
|
|
Change-Id: Iadf9e3d071ea24e240599fca2c13d1251e31f729
Issue-ID: DCAEGEN2-351
Signed-off-by: Tommy Carpenter <tommy@research.att.com>
|
|
Change-Id: I2e3e548db393f85bae14b1fb4d5c867fe2d557ce
Issue-ID: DCAEGEN2-355
Signed-off-by: Andrew Gauld <ag1282@att.com>
|
|
Change-Id: I8091aea6127b78de404c986be74ecf44935ab92f
Issue-ID: DCAEGEN2-355
Signed-off-by: Andrew Gauld <ag1282@att.com>
|
|
Note 0.0.4 was previously reused erronsouly in public pypi so I had to
bump to 0.0.5
Issue-ID: DCAEGEN2-351
Change-Id: Ifd9fbd3f021d07f4ff2beac8aaf5a60ff4a1e317
Signed-off-by: Tommy Carpenter <tommy@research.att.com>
|
|
Change-Id: I54db903e59a67eb4423cacf10ea957d148b4f853
Issue-ID: DCAEGEN2-354
Signed-off-by: Andrew Gauld <ag1282@att.com>
|
|
Change-Id: I9953f1064cb700c392234c62ac71bbe376f0d7f5
Signed-off-by: Lusheng Ji <lji@research.att.com>
Issue-ID: DCAEGEN2-325
|
|
Change-Id: I17a538431784b1d72f6364b68f720df11b904f09
Issue-ID: DCAEGEN2-249
Signed-off-by: Alex Shatov <alexs@att.com>
|
|
* get policy config data from config.content
instead of config when policyType is MicroService
* identify the microservice by policyType provided by policy-engine
or by parsing policy_id -it should contain Config_MS after scope
= defense in case the policyType is not provided
Change-Id: I25b1ce9e30ee717b14aca3e59e92d4d64d825414
Issue-ID: DCAEGEN2-196
Signed-off-by: Alex Shatov <alexs@att.com>
|
|
* new feature variable collection of policies per component in DCAE
* massive refactoring
* Unit Test coverage 100%
* moved module docstring below the license text
Change-Id: I5ba392cb5c42ec136306772163c370d64974ae3c
Issue-ID: DCAEGEN2-249
Signed-off-by: Alex Shatov <alexs@att.com>
|
|
Issue-ID: DCAEGEN2-211
Change-Id: Iaf929c42928d2e0ea057c2e98345160d1886de28
Signed-off-by: vagrant <vv770d@att.com>
|
|
Change-Id: Ie43b6ffd4b50ee08ad65015d43ec262ba0b2b7f8
Issue-Id: DCAEGEN2-189
Signed-off-by: Michael Hwang <mhwang@research.att.com>
|
|
Issue-Id: DCAEGEN2-128
Change-Id: I90d456e43f0ad42f5b34c52476d7993ccc044ff1
Signed-off-by: Lusheng Ji <lji@research.att.com>
|
|
Issue-Id: DCAEGEN2-128
Change-Id: Ifc7d20dd729947f2983df6ac97248243493e48d0
Signed-off-by: Lusheng Ji <lji@research.att.com>
|
|
Issue-Id: DCAEGEN2-128
Change-Id: I8a1198b0b400d03b1fd3a26ef6cbd8a6cda35597
Signed-off-by: Lusheng Ji <lji@research.att.com>
|
|
check-blueprint-vs-input was moved to blueprints module
repackage was moved to ccsdk/pgaas module
Change-Id: If9d04d4ee1c0e5a3a2b837fc253c00dee226a2ac
Signed-off-by: Tony Hansen <tony@att.com>
Issue-ID: DCAEGEN2-49
|
|
* usage on local run:
tox -c tox-local.ini
* usage on ONAP run:
tox
Change-Id: I8075b035f9f05fa45a3e7eba52dc40fbcef8feec
Issue-Id: DCAEGEN2-62
Signed-off-by: Alex Shatov <alexs@att.com>
|
|
Issue-ID: DCAEGEN2-60
Change-Id: I4e376ed2b417aceb2927997ff9be8e502829fd86
Signed-off-by: Tommy Carpenter <tommy@research.att.com>
|
|
* Also attempted to get sonar working
* Fixed minor things along the way
Change-Id: I434c0d791140e75cd5997be0cc3fefce7ccc292f
Issue-Id: DCAEGEN2-60
Signed-off-by: Michael Hwang <mhwang@research.att.com>
|
|
* usage:
pip install onap-dcae-dcaepolicy-lib
import onap_dcae_dcaepolicy_lib
Change-Id: I57b1b3157f21f9cb3b018c55ba469cd14450942b
Issue-Id: DCAEGEN2-62
Signed-off-by: Alex Shatov <alexs@att.com>
|
|
Issue-Id: DCAEGEN2-60
Change-Id: I0f420b6a4ebbdf0f2a9d6acd56d09f7366358b2d
Signed-off-by: Lusheng Ji <lji@research.att.com>
|
|
Issue-ID: DCAEGEN2-60
Change-Id: I9933f36fe7df6a6bf33f935b2702b5209f1bca81
Signed-off-by: Tommy Carpenter <tommy@research.att.com>
|
|
Change-Id: I692c45488fc84270ab02eca5730a3dd9b6f100ca
Issue-Id: DCAEGEN2-62
Signed-off-by: Alex Shatov <alexs@att.com>
|
|
Issue-ID: DCAEGEN2-60
Change-Id: Ia0d4726215efc1c2fe78bee1bdfdf1403e2c349c
Signed-off-by: Tommy Carpenter <tommy@research.att.com>
|
|
For dockering and discovery-client
Change-Id: Ieeab4309fc06ebb32f5f48133b7afc90dea681f8
Issue-Id: DCAEGEN2-60
Signed-off-by: Michael Hwang <mhwang@research.att.com>
|
|
Issue-Id: DCAEGEN2-60
Change-Id: I40996ee4766b068568cd1c5978e1fbd0812b34c7
Signed-off-by: Lusheng Ji <lji@research.att.com>
|
|
Issue-Id: DCAEGEN2-60
Change-Id: I4d2d32ca2c5ffb113c4379a1b3374b1a1dfc1856
Signed-off-by: Lusheng Ji <lji@research.att.com>
|
|
add pom files for check-blueprint-vs-input, repackage
fill in deployment step within mvn script
fix warnings generated during jenkins build
Change-Id: Id8d10180a4e32b5125c586804086ea86c3b85a78
Signed-off-by: Tony Hansen <tony@att.com>
Issue: DCAEGEN2-49
Signed-off-by: Tony Hansen <tony@att.com>
|
|
add check-blueprint-vs-input, repackage and yamltojson
Change-Id: Ibc82e37a3143f8f1567ebd829cfda53001d3ea78
Signed-off-by: Tony Hansen <tony@att.com>
Issue: DCAEGEN2-49
Signed-off-by: Tony Hansen <tony@att.com>
|