aboutsummaryrefslogtreecommitdiff
path: root/wordcount/fabfile.py
blob: 8c89cbc9ba4076193d614c0bf1863ceee44223d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
def pre_submit(topology_name, env_name, env_config, options):
    """Override this function to perform custom actions prior to topology
    submission. No SSH tunnels will be active when this function is called."""
    pass


def post_submit(topo_name, env_name, env_config, options):
    """Override this function to perform custom actions after topology
    submission. Note that the SSH tunnel to Nimbus will still be active
    when this function is called."""
    pass