Options
- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Solved
Go to solution
How to re-run Metron installer after failure?
Labels:
- Labels:
-
Apache Metron
Super Collaborator
Created ‎03-24-2016 02:17 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I ran the Metron Installer and one of the last tasks errored out (Metron UI task). How do i re-rerun the installer so that it runs faster..(doesn't do unecessary waits for aws instances to come up, etc since they are already up)
1 ACCEPTED SOLUTION
Super Collaborator
Created ‎03-24-2016 02:18 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
To re-run an installer faster add --skip-tags attribute to the ansible command like the following:
ansible-playbook -i ec2.py playbook.yml --skip-tags="wait"
1 REPLY 1
Super Collaborator
Created ‎03-24-2016 02:18 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
To re-run an installer faster add --skip-tags attribute to the ansible command like the following:
ansible-playbook -i ec2.py playbook.yml --skip-tags="wait"
