# Pastebin 2EcZeSdH >>> with open('/snap/conjure-up/x10/spells/spells-index.yaml') as fp: ... out = fp.read() ... Traceback (most recent call last): File "", line 2, in File "/snap/conjure-up/x10/usr/lib/python3.5/encodings/ascii.py", line 26, in decode return codecs.ascii_decode(input, self.errors)[0] UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 1056: ordinal not in range(128) >>> adam@deadpool:/home/adam/Projects/conjure/snapcraft$ cat /snap/conjure-up/x10/spells/spells-index.yaml # spell keyword mapping -- unassigned spells are included in the package but not given a keyword _unassigned_spells: spells: [] openstack: spells: - openstack-novalxd description: | Quickly and reliably build an enterprise-scale cloud run on Ubuntu - the most popular operating system for OpenStack. kubernetes: spells: - observable-kubernetes description: | Kubernetes is an open-source platform for deploying, scaling, and operations of application containers across a cluster of hosts. Kubernetes is portable in that it works with public, private, and hybrid clouds. Extensible through a pluggable infrastructure. Self healing in that it will automatically restart and place containers on healthy nodes if a node ever goes away. bigdata: spells: - apache-processing-mapreduce - realtime-syslog-analytics description: | Distributed computing infrastructure for processing vast amounts of data in parallel on large clusters of machines. analytics: spells: - elk-stack description: | The Elastic Stack — that is Elasticsearch, Logstash, Kibana — are open source projects that help you take data from any source, any format and search, analyze, and visualize it in real time.