Merge "Added create_all command to riak example"
This commit is contained in:
commit
838b303b6b
@ -250,10 +250,17 @@ def undeploy():
|
||||
raise NotImplemented("Not yet")
|
||||
|
||||
|
||||
@click.command()
|
||||
def create_all():
|
||||
setup_riak()
|
||||
setup_haproxies()
|
||||
|
||||
|
||||
main.add_command(deploy)
|
||||
main.add_command(undeploy)
|
||||
main.add_command(add_haproxies)
|
||||
main.add_command(add_solar_agent)
|
||||
main.add_command(create_all)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
Loading…
Reference in New Issue
Block a user