示例#1
0
 def start(self, env):
     install_airflow()
     self.configure(env)
     import params
     Execute("source " + params.airflow_env_path +
             ";systemctl start airflow-scheduler")
示例#2
0
 def install(self, env):
     print "Installing Airflow"
     install_airflow()
示例#3
0
 def install(self, env):
     install_airflow()