معرفی شرکت ها


architect-client-0.8.6


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

architect-client is a client CLI of Architect, the service modeling, management and visualization platform.
ویژگی مقدار
سیستم عامل -
نام فایل architect-client-0.8.6
نام architect-client
نسخه کتابخانه 0.8.6
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Aleš Komárek
ایمیل نویسنده ales.komarek@newt.cz
آدرس صفحه اصلی https://github.com/cznewt/architect-client/
آدرس اینترنتی https://pypi.org/project/architect-client/
مجوز Apache License, Version 2.0
==================== The Architect Client ==================== Client library and CLI for Architect API service. Client Installation =================== Following steps show how to deploy and configure Architect Client. .. code-block:: bash pip install architect-client Create configuration file ``/etc/architect/client.yml`` for client. For single inventory use: .. code-block:: yaml host: architect-api port: 8181 client_id: salt-master-name token: architect-token Multiple Inventory Support -------------------------- .. code-block:: yaml host: architect-api port: 8181 token: architect-token If the ``inventory_mappings`` is specified, multiple inventories can be queried from the single orchestrator according to the node name. .. code-block:: yaml inventory_mappings: node.domain: project01-name node2.domain: inventory02-name SaltStack Integration --------------------- To setup architect as Salt master Pillar source, set following configuration to your Salt master at ``/etc/salt/master.d/_master.conf`` file. .. code-block:: yaml ext_pillar: - cmd_yaml: 'architect-salt-pillar %s' To setup architect as Salt master Tops source, set following configuration to your Salt master at ``/etc/salt/master.d/_master.conf`` file. .. code-block:: yaml master_tops: ext_nodes: architect-salt-top You can test the SaltStack Pillar by calling command: .. code-block:: bash $ architect-salt-pillar {{ minion-id }} Ansible Integration ------------------- To setup architect as Ansible dynamic inventory source, set following configuration to your Ansible control node. .. code-block:: bash $ ansible -i architect-ansible-inventory You can test the ansible inventory by calling command: .. code-block:: bash $ architect-ansible-inventory --list Puppet Integration ------------------ To tell Puppet Server to use an ENC, you need to set two settings: ``node_terminus`` has to be set to “exec”, and ``external_nodes`` must have the path to the executable. .. code-block:: bash [master] node_terminus = exec external_nodes = /usr/local/bin/architect-puppet-classifier Chef Integration ---------------- We can use ``-j`` parameter of ``chef-client`` command, It's the path to a file that contains JSON data used to setup the client run. We pass .. code-block:: bash $ architect-chef-data {{ node_name }} {{ file_name }}.json $ chef-client -j {{ file_name }}.json --environment _default Client Usage ============ You can use the client to initialise the inventories. .. code-block:: bash $ architect-inventory-create <cluster-name> <cluster-domain> You can use the client to initialise the SaltStack managers. .. code-block:: bash $ architect-manager-salt-create <manager-name> <manager-url> <manager-username> <manager-password> References ========== * https://docs.saltstack.com/en/latest/ref/tops/all/salt.tops.ext_nodes.html * https://docs.saltstack.com/en/latest/ref/pillar/all/salt.pillar.cmd_yaml.html#module-salt.pillar.cmd_yaml * http://docs.ansible.com/ansible/latest/dev_guide/developing_inventory.html * https://puppet.com/docs/puppet/5.3/nodes_external.html * https://docs.chef.io/ctl_chef_client.html


نحوه نصب


نصب پکیج whl architect-client-0.8.6:

    pip install architect-client-0.8.6.whl


نصب پکیج tar.gz architect-client-0.8.6:

    pip install architect-client-0.8.6.tar.gz