mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-23 01:53:28 +00:00
15 lines
459 B
Bash
15 lines
459 B
Bash
#!/bin/sh
|
|
. /tmp/functions
|
|
# This runs whenever this genesis profile boots for customization
|
|
# purposes
|
|
|
|
# run_remote and run_remote_python are available to download scripts and
|
|
# execute them.
|
|
|
|
# Induce execution of remote configuration, e.g. ansible plays in ansible/onboot.d/
|
|
run_remote_config onboot
|
|
|
|
# This is an example to request the BMC be configured on the network
|
|
# according to how confluent has things configured:
|
|
# run_remote_python configbmc -c
|