Age | Commit message (Collapse) | Author | Files | Lines |
|
Change-Id: I218f1c5ee23fb2c8314f1c70921d3ad8682c10f4
Signed-off-by: Michael Lando <ml636r@att.com>
|
|
Change-Id: I49f9007c4d835bfd4e0bb34a3f360075d5350352
Signed-off-by: Michael Lando <ml636r@att.com>
|
|
Change-Id: I2eeda235e28103126a6cd432a54a5d7db40213cd
Signed-off-by: Michael Lando <ml636r@att.com>
|
|
Change-Id: Ie80539d82d15d3a95ac2c46d82a926d8408ac16f
Signed-off-by: Michael Lando <ml636r@att.com>
|
|
Change-Id: I86052e9e060c4bfe6a8a807c6a93ac55bc6acaf6
Signed-off-by: Michael Lando <ml636r@att.com>
|
|
Change-Id: I9a575b9c9d97dff216abe564a8f300d7d32c2c27
Signed-off-by: Michael Lando <ml636r@att.com>
|
|
Change-Id: I7e59360263cf943fb2bc77f8cd24a9e20ec72563
Signed-off-by: Michael Lando <ml636r@att.com>
|
|
Change-Id: I153340641b7fee184ea876b946e723bfd0017ce9
Signed-off-by: Michael Lando <ml636r@att.com>
|
|
Change-Id: I587658ad29bbbe79ad97ba30e2499c7a723201ce
Signed-off-by: Michael Lando <ml636r@att.com>
|
|
Change-Id: I43c3dc5cf44abf5da817649bc738938a3e8388c1
Signed-off-by: Michael Lando <ml636r@att.com>
|
|
Change-Id: Ie4d12a3f574008b792899b368a0902a8b46b5370
Signed-off-by: AviZi <avi.ziv@amdocs.com>
|
|
Change-Id: I8eadab56923de0da707a83c5d4dbb44814c9dc59
Signed-off-by: Michael Lando <ml636r@att.com>
|
|
Change-Id: Iefaae31ded89b1d0513fb0dd1a2784f38923581d
Signed-off-by: Michael Lando <ml636r@att.com>
|
|
Change-Id: I5c59166d5c69258364b4ab6237f2b330c7a4afbc
Signed-off-by: Michael Lando <ml636r@att.com>
|
|
Change-Id: I9bc6ee4d96971a25ab2b0bb099c026287f311d9e
Signed-off-by: ig6133 <ig6133@intl.att.com>
|
|
Change-Id: I9cd35046d1fd369f8b1b31edfd11e74299854ef0
Signed-off-by: ig6133 <ig6133@intl.att.com>
|
|
|
|
Change-Id: Iacd930f4222d0888597e010e33aac45adec88945
Signed-off-by: Israel Lavi <il0695@intl.att.com>
|
|
Change-Id: If223535dd2091beee95a7fd0300ac5a91274017a
Signed-off-by: ig6133 <ig6133@intl.att.com>
|
|
|
|
|
|
Change-Id: Icb31635c6a7abab2dd56a3d104fcc3ac4880726d
Signed-off-by: ig6133 <ig6133@intl.att.com>
|
|
The nexus.openecomp.org domain has been deprecated for nexus.onap.org
Change-Id: I2af719c9cb6c4a511ce32ea7704da6f367a85800
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
|
|
Change-Id: Id5d61ca695870aebe9fc0fdfdf268e2da8f46ada
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
|
|
Change-Id: Ieddce87731e212f4d41bbec9fc9c9244b14804a6
Signed-off-by: Israel Lavi <il0695@intl.att.com>
|
|
Change-Id: I2f0259eac33ca68ca443e11999b0359c2a1f5905
Signed-off-by: Michael Lando <ml636r@att.com>
|
|
Change-Id: Ib4b84e473c7d38d1f30f8d94332a3f8ceaee8226
Signed-off-by: Michael Lando <ml636r@att.com>
|
|
Those scripts are meant to be executable, hence changing
their permission with u+x
Change-Id: I7e2b286b434fc915ff99146ae834417688ab6dde
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
|
|
|
|
if [[ ${res} != 0 ]] checks wether the value is "0" but the
value return by the command is " 0" hence the validation
fails.
Changing the if to compare string instead of integer.
Change-Id: Ibb671dcc9c4cd870b931e9e06a185aa4bea5dc5f
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
|
|
|
|
[[ is a bash-builtin command, hence it is failing to be run
in a sh script.
Failure seen:
./startup.sh: 13: ./startup.sh: [[: not found
Change-Id: I922d4627dc3ea371d3cdd94bdc1135c58c2a40c6
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
|
|
The recipe is loading kibana_dashboard_virtualization.json although this
file doesn't exist.
I see three possible reasons:
i. the file is mising in the repo
ii. the file could be created by the user, and loaded only if exist
iii. this is a remaining config that shouldn't apply in ONAP
Change-Id: I821eb506d3dab28dad14e72458b313ee45482fa6
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
|
|
The cookbook is looking for ES_6_create_kibana_dashboard_virtualization
but the file name is ES_6_kibana_dashboard_virtualization
Change the file name to ES_6_create_kibana_dashboard_virtualization
to be consistent with the naming convention define in this cookbook.
Change-Id: Ieac5ce1203be68db21554f21b2f1e851a6b774d1
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
|
|
Change-Id: Ia49373d07564e32c7db4bcea24abe7a4d317734c
Signed-off-by: Michael Lando <ml636r@att.com>
|
|
|
|
Change-Id: Ib01aa5975c9dd1e2f979e320d95ce3e930615189
Signed-off-by: Michael Lando <ml636r@att.com>
|
|
|
|
Change-Id: I82eda3333c8bc7d152b4bd603247e33c59744dca
Signed-off-by: Michael Lando <ml636r@att.com>
|
|
|
|
Change-Id: I9f6efd301ebed94fc9b90235d111f04058445899
Signed-off-by: Michael Lando <ml636r@att.com>
|
|
|
|
Change-Id: I7338776c2a0c3caf73d7478b5eccea56b8c42f0e
Signed-off-by: Michael Lando <ml636r@att.com>
|
|
|
|
Change-Id: I0a83c9b59902eb5a3f9c1429a5d2d495af078ec0
Signed-off-by: Michael Lando <ml636r@att.com>
|
|
|
|
|
|
Change-Id: I100ee305833f4409ad8417efee1c2f7ef9a24750
Signed-off-by: Michael Lando <ml636r@att.com>
|
|
Change-Id: Ic582963be5d762f6eebff261e85061789489d6ad
Signed-off-by: Michael Lando <ml636r@att.com>
|
|
Change-Id: I13e31284ce0aff1d7c517919e71a7d39b0620736
Signed-off-by: ml636r <ml636r@att.com>
|