Drupal 10, the latest version of the open-source digital experience platform with even more features, is here.We currently support only clone tasks for provisioning sites so let's also support the creation of new sites given the name of an installation profile, using install tasks.










Comments
Comment #2
colanComment #3
colanSome significant refactoring is required to support more task types. I'm now working on making the module somewhat object-oriented to keep things organized, reduce confusion, and reduce future code duplication.
Once that's done, it shouldn't be too much work to add support for install tasks (and any other task types).
Comment #10
colanhttp://cgit.drupalcode.org/hosting_services/diff/submodules/hosting_saas...
Comment #14
colanThis is basically done, but the Install task fails sometimes because Provision can't find an e-mail address to send the welcome message. It falls back to admin@example.com, which won't work. I'll compare the both task outputs to see what Provision's not getting.
Comment #15
colanI'll create a follow-up issue for that when I nail it down.
Edit: Can't seem to reproduce that above issue again. Must have been a glitch.