feedhenry / mcp-standalone

Standalone version of the mobile-control-panel.
http://feedhenry.org
Apache License 2.0
13 stars 21 forks source link

add face to face docs #203

Closed philbrookes closed 6 years ago

maleck13 commented 6 years ago

@aidenkeating can you try this out locally? I think a good test would be to remove any local images and then run the script in the doc, take a list of the images and hashes then run the installer, and provision the main services, there should be no new hashes or images

philbrookes commented 6 years ago

@aidenkeating let me know when you've finished trying this out, and I'll merge it then - assuming it works as expected.

aidenkeating commented 6 years ago

@philbrookes Had to update feedhenry/fh-sync-server-apb:0.0.6 and create feedhenry/fh-sync-server:0.0.6. They also need to be added to the script. After that it looks to be working.

As discussed, was also seeing an error on installation:

TASK [ansible-service-broker-setup : Copy APB's from feedhenry docker org to feedhenry] ***
fatal: [localhost]: FAILED! => {"failed": true, "msg": "'dict object' has no attribute 'json'"}
    to retry, use: --limit @/Users/aidenkeating/dev/go/src/github.com/feedhenry/mcp-standalone/installer/playbook.retry

PLAY RECAP *********************************************************************
localhost                  : ok=18   changed=1    unreachable=0    failed=1

If we don't need to do this in the f2f, should we add a flag to skip it to the installation command.

Other than that looks good.