dcos / examples

DC/OS examples
Apache License 2.0
138 stars 142 forks source link

Wordpress example for DCOS 1.11 #353

Open thakkaryash94 opened 6 years ago

thakkaryash94 commented 6 years ago

added wordpress example

Issue #337

pleia2 commented 6 years ago

So, I figured out what's going on here. As of 1.11, the Marathon definition is no longer directly accessible via the DC/OS UI anymore like it was in 1.10, which is why I'm only seeing the configuration for the package itself and can't edit the containerizer. The workarounds are either to use the CLI to make changes to the Marathon definition, or to use the Marathon UI instead (accessible via /marathon/ in the DC/OS UI).

thakkaryash94 commented 6 years ago

Hey, sorry I was a little busy. Using CLI, it is still not working. I changed the container type to MESOS but still, it is showing me This command is only supported for tasks launched by the Universal Container Runtime (UCR). error. One more thing, after deploying mysql service using CLI, when I select edit service, it is showing me below the blank screen.

screen shot 2018-06-17 at 10 40 47 pm
pleia2 commented 6 years ago

I believe this blank screen issue was one that was addressed in a recent UI update.

And the CLI method should work unless something else changed. I'm wondering if editing through the marathon web UI would yield better results? Thanks again for all your work on this, I'll see about chatting with the team responsible for this package if we can't find a good solution.

mattj-io commented 6 years ago

I've also seen that behaviour when deploying the percona-mongo package via the CLI, although only when I did dcos package describe --config > options.json and then passing the options.json to package install.