2020-08-11 18:11:48 -04:00
|
|
|
#!/bin/sh
|
2022-03-03 08:34:57 -05:00
|
|
|
. /etc/confluent/functions
|
2020-08-11 18:11:48 -04:00
|
|
|
# This runs whenever this genesis profile boots for customization
|
|
|
|
# purposes
|
|
|
|
|
|
|
|
# run_remote and run_remote_python are available to download scripts and
|
|
|
|
# execute them.
|
|
|
|
|
2021-03-29 14:03:11 -04:00
|
|
|
# This will induce server side processing of the syncfile contents if
|
|
|
|
# present
|
|
|
|
run_remote_python syncfileclient
|
|
|
|
|
2021-03-18 14:30:18 -04:00
|
|
|
# Induce execution of remote configuration, e.g. ansible plays in ansible/onboot.d/
|
|
|
|
run_remote_config onboot
|
|
|
|
|
2020-08-17 14:23:21 -04:00
|
|
|
# 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
|