Weird .gitignore behavior. Try now should be OK, the repo is devkit btw. Here is the commit that fixed it - https://gerrit.onap.org/r/#/c/24741/ its already merged.
for some reason this gitignore rules didn’t work: ``` ansible/roles/* !ansible/roles/ansible-ice-templates/ !ansible/roles/ansible-ice-volumes/ !ansible/roles/ansible-vvp-bootstrap/ ``` it didn’t catch the ! rules and ignored all dirs.. Can you guys see something I’m missing? In the end i created a new rule for “ansible/roles/ceph*” but still, I’m wondering what I did wrong. Also I’ve added a demo .vault_password file which needs to be changed on each deployment. On 21/11/2017, 18:21, "Moshe Hoadley" <[email protected]> wrote: Hi The ' ansible-vvp-volumes' folder is still not there. Thanks Moshe Hoadley M 972-9-77-62712 -----Original Message----- From: Binshtok, Edan [mailto:[email protected]] Sent: Tuesday, November 21, 2017 1:49 PM To: Moshe Hoadley <[email protected]>; Sandeep Shah2 <[email protected]>; [email protected] Cc: SUNDELOF, ERIK <[email protected]>; MCGOLDRICK, PAUL <[email protected]> Subject: Re: [onap-discuss] [vvp] - missing roles directory Hi Moshe nice find I’ve upload the missing dir. Please repull from repo and try again. On 20/11/2017, 16:29, "Moshe Hoadley" <[email protected]> wrote: Hi The folder 'ansible-vvp-voluems' is missing in the 'devkit' project. Expected under: ../vvp/devkit/ansible/roles Note that a different folder named 'ansible-vvp-bootstrap' is present in this location. Thanks Moshe Hoadley 972-9-77-62712 This message and the information contained herein is proprietary and confidential and subject to the Amdocs policy statement, you may review at https://urldefense.proofpoint.com/v2/url?u=https-3A__www.amdocs.com_about_email-2Ddisclaimer&d=DwIGaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=-Wgjy_QbAZDtB3l21FCjkRKybEA8OoPoYJKt261T6Ec&m=81E_5Q_Vgr6eKk1rlxu-8C0b1-OxHnw8e3nmxa8Yw0M&s=6OCgugsDMm9arbhzP-zrS6tP-3THDsF-XErUykcDpFM&e= <https://urldefense.proofpoint.com/v2/url?u=https-3A__www.amdocs.com_about_email-2Ddisclaimer&d=DwIGaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=-Wgjy_QbAZDtB3l21FCjkRKybEA8OoPoYJKt261T6Ec&m=81E_5Q_Vgr6eKk1rlxu-8C0b1-OxHnw8e3nmxa8Yw0M&s=6OCgugsDMm9arbhzP-zrS6tP-3THDsF-XErUykcDpFM&e=> This message and the information contained herein is proprietary and confidential and subject to the Amdocs policy statement, you may review at https://urldefense.proofpoint.com/v2/url?u=https-3A__www.amdocs.com_about_email-2Ddisclaimer&d=DwIGaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=-Wgjy_QbAZDtB3l21FCjkRKybEA8OoPoYJKt261T6Ec&m=PvweXeyDedvD-kb5T4BZ04kRFtGUe3sZc5mNoUNEH2o&s=iga52LBkP4gFW9Nc0wdRZLDYI7aipavG2SQ0Q1OJUOU&e= <https://urldefense.proofpoint.com/v2/url?u=https-3A__www.amdocs.com_about_email-2Ddisclaimer&d=DwIGaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=-Wgjy_QbAZDtB3l21FCjkRKybEA8OoPoYJKt261T6Ec&m=PvweXeyDedvD-kb5T4BZ04kRFtGUe3sZc5mNoUNEH2o&s=iga52LBkP4gFW9Nc0wdRZLDYI7aipavG2SQ0Q1OJUOU&e= > _______________________________________________ onap-discuss mailing list [email protected] https://lists.onap.org/mailman/listinfo/onap-discuss
