Add initial meta-stx to support StarlingX build 20/3420/1
authorJackie Huang <jackie.huang@windriver.com>
Thu, 23 Apr 2020 03:29:15 +0000 (11:29 +0800)
committerJackie Huang <jackie.huang@windriver.com>
Thu, 23 Apr 2020 05:42:57 +0000 (13:42 +0800)
commit57fdea704bd62af847872c40508f00aa1d7cac60
tree49fc6a154a16510fb7aba85e700f7bde68e4f7d0
parentf23f21bccfb750b9e30141fd9676515215ffbc4e
Add initial meta-stx to support StarlingX build

meta-stx is a yocto compatible layer that includes
required recipes to build image for StarlingX on top
of yocto 2.7.3 (warrior).

And the following components are included:
- Fault management
- Configuration management
- Software management
- Host management
- Service management
- Ansible and puppet for provisioning

Issue-ID: INF-8
Issue-ID: INF-9
Issue-ID: INF-10
Issue-ID: INF-11
Issue-ID: INF-12
Issue-ID: INF-13
Issue-ID: INF-19
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I4e85c8232df3bf390aa247c75061a54b914bd28a
900 files changed:
meta-stx/.gitignore [new file with mode: 0644]
meta-stx/LICENSE [new file with mode: 0644]
meta-stx/README.md [new file with mode: 0644]
meta-stx/classes/extrausers-config.bbclass [new file with mode: 0644]
meta-stx/classes/openssl10.bbclass [new file with mode: 0644]
meta-stx/classes/python-backports-init.bbclass [new file with mode: 0644]
meta-stx/classes/stx-anaconda-image.bbclass [new file with mode: 0644]
meta-stx/classes/stx-postrun.bbclass [new file with mode: 0644]
meta-stx/conf/distro/files/ks/aio_ks.cfg [new file with mode: 0644]
meta-stx/conf/distro/files/ks/aio_lowlatency_ks.cfg [new file with mode: 0644]
meta-stx/conf/distro/files/ks/controller_ks.cfg [new file with mode: 0644]
meta-stx/conf/distro/files/ks/net_controller_ks.cfg [new file with mode: 0644]
meta-stx/conf/distro/files/ks/net_smallsystem_ks.cfg [new file with mode: 0644]
meta-stx/conf/distro/files/ks/net_smallsystem_lowlatency_ks.cfg [new file with mode: 0644]
meta-stx/conf/distro/files/ks/net_storage_ks.cfg [new file with mode: 0644]
meta-stx/conf/distro/files/ks/net_worker_ks.cfg [new file with mode: 0644]
meta-stx/conf/distro/files/ks/net_worker_lowlatency_ks.cfg [new file with mode: 0644]
meta-stx/conf/distro/files/ks/poky_stx_aio_ks.cfg [new file with mode: 0644]
meta-stx/conf/distro/files/syslinux.cfg [new file with mode: 0644]
meta-stx/conf/distro/include/stx-features.inc [new file with mode: 0644]
meta-stx/conf/distro/include/stx-preferred-vers.inc [new file with mode: 0644]
meta-stx/conf/distro/poky-stx.conf [new file with mode: 0644]
meta-stx/conf/layer.conf [new file with mode: 0644]
meta-stx/recipes-bsp/grub/grub-efi_2.02.bbappend [new file with mode: 0644]
meta-stx/recipes-bsp/grub/grub_2.02.bbappend [new file with mode: 0644]
meta-stx/recipes-connectivity/etcd/etcd_git.bb [new file with mode: 0644]
meta-stx/recipes-connectivity/etcd/etcd_git.bbappend [new file with mode: 0644]
meta-stx/recipes-connectivity/etcd/files/etcd.conf [new file with mode: 0644]
meta-stx/recipes-connectivity/etcd/files/etcd.service [new file with mode: 0644]
meta-stx/recipes-connectivity/haproxy/files/haproxy.cfg [new file with mode: 0644]
meta-stx/recipes-connectivity/haproxy/files/haproxy.service [new file with mode: 0644]
meta-stx/recipes-connectivity/haproxy/haproxy-1.7.11/haproxy-1.7.11-tpm-support.patch [new file with mode: 0644]
meta-stx/recipes-connectivity/haproxy/haproxy.inc [new file with mode: 0644]
meta-stx/recipes-connectivity/haproxy/haproxy_1.7.11.bb [new file with mode: 0644]
meta-stx/recipes-connectivity/libnfsidmap/libnfsidmap/0001-include-sys-types.h-for-getting-u_-typedefs.patch [new file with mode: 0644]
meta-stx/recipes-connectivity/libnfsidmap/libnfsidmap/Set_nobody_user_group.patch [new file with mode: 0644]
meta-stx/recipes-connectivity/libnfsidmap/libnfsidmap/fix-ac-prereq.patch [new file with mode: 0644]
meta-stx/recipes-connectivity/libnfsidmap/libnfsidmap_0.25.bb [new file with mode: 0644]
meta-stx/recipes-connectivity/nfs-utils/nfs-utils_%.bbappend [new file with mode: 0644]
meta-stx/recipes-connectivity/openssl/openssl10_1.0.%.bbappend [new file with mode: 0644]
meta-stx/recipes-connectivity/qpid/files/fix-compile-through-disable-cflag-werror.patch [new file with mode: 0644]
meta-stx/recipes-connectivity/qpid/qpid_0.20.bbappend [new file with mode: 0644]
meta-stx/recipes-containers/docker-distribution/docker-distribution_git.bb [new file with mode: 0644]
meta-stx/recipes-containers/docker-distribution/docker-distribution_git.bbappend [new file with mode: 0644]
meta-stx/recipes-containers/docker-distribution/files/config.yml [new file with mode: 0644]
meta-stx/recipes-containers/docker-distribution/files/docker-distribution.service [new file with mode: 0644]
meta-stx/recipes-containers/docker-forward-journald/docker-forward-journald_git.bb [new file with mode: 0644]
meta-stx/recipes-containers/docker/docker-ce_git.bbappend [new file with mode: 0644]
meta-stx/recipes-containers/kubernetes/files/contrib/README [new file with mode: 0644]
meta-stx/recipes-containers/kubernetes/files/contrib/init/systemd/environ/apiserver [new file with mode: 0644]
meta-stx/recipes-containers/kubernetes/files/contrib/init/systemd/environ/config [new file with mode: 0644]
meta-stx/recipes-containers/kubernetes/files/contrib/init/systemd/environ/controller-manager [new file with mode: 0644]
meta-stx/recipes-containers/kubernetes/files/contrib/init/systemd/environ/kubelet [new file with mode: 0644]
meta-stx/recipes-containers/kubernetes/files/contrib/init/systemd/environ/kubelet.kubeconfig [new file with mode: 0644]
meta-stx/recipes-containers/kubernetes/files/contrib/init/systemd/environ/proxy [new file with mode: 0644]
meta-stx/recipes-containers/kubernetes/files/contrib/init/systemd/environ/scheduler [new file with mode: 0644]
meta-stx/recipes-containers/kubernetes/files/contrib/init/systemd/kube-apiserver.service [new file with mode: 0644]
meta-stx/recipes-containers/kubernetes/files/contrib/init/systemd/kube-controller-manager.service [new file with mode: 0644]
meta-stx/recipes-containers/kubernetes/files/contrib/init/systemd/kube-proxy.service [new file with mode: 0644]
meta-stx/recipes-containers/kubernetes/files/contrib/init/systemd/kube-scheduler.service [new file with mode: 0644]
meta-stx/recipes-containers/kubernetes/files/contrib/init/systemd/kubelet.service [new file with mode: 0644]
meta-stx/recipes-containers/kubernetes/files/contrib/init/systemd/tmpfiles.d/kubernetes.conf [new file with mode: 0644]
meta-stx/recipes-containers/kubernetes/files/helm-upload [new file with mode: 0644]
meta-stx/recipes-containers/kubernetes/files/helm.sudo [new file with mode: 0644]
meta-stx/recipes-containers/kubernetes/files/kubeadm.conf [new file with mode: 0644]
meta-stx/recipes-containers/kubernetes/files/kubelet-cgroup-setup.sh [new file with mode: 0644]
meta-stx/recipes-containers/kubernetes/files/kubernetes-accounting.conf [new file with mode: 0644]
meta-stx/recipes-containers/kubernetes/helm_2.13.1.bb [new file with mode: 0644]
meta-stx/recipes-containers/kubernetes/kubernetes_git.bbappend [new file with mode: 0644]
meta-stx/recipes-containers/registry-token-server/files/registry-token-server-1.0.0.tar.gz [new file with mode: 0644]
meta-stx/recipes-containers/registry-token-server/files/registry-token-server.service [new file with mode: 0644]
meta-stx/recipes-containers/registry-token-server/files/token-server-certificate.pem [new file with mode: 0644]
meta-stx/recipes-containers/registry-token-server/files/token-server-private-key.pem [new file with mode: 0644]
meta-stx/recipes-containers/registry-token-server/files/token_server.conf [new file with mode: 0644]
meta-stx/recipes-containers/registry-token-server/registry-token-server_1.0.0.bb [new file with mode: 0644]
meta-stx/recipes-core/distributedcloud/distributedcloud-client-dcmanager_git.bb [new file with mode: 0644]
meta-stx/recipes-core/distributedcloud/distributedcloud_git.bb [new file with mode: 0644]
meta-stx/recipes-core/images/stx-image-aio-installer.bb [new file with mode: 0644]
meta-stx/recipes-core/images/stx-image-aio.bb [new file with mode: 0644]
meta-stx/recipes-core/initrdscripts/files/init-install.sh [new file with mode: 0755]
meta-stx/recipes-core/initrdscripts/initramfs-module-install_1.0.bbappend [new file with mode: 0644]
meta-stx/recipes-core/initrdscripts/initramfs-module-setup-live/setup-live [new file with mode: 0644]
meta-stx/recipes-core/initrdscripts/initramfs-module-setup-live_1.0.bbappend [new file with mode: 0644]
meta-stx/recipes-core/packagegroups/packagegroup-stak-base.bb [new file with mode: 0644]
meta-stx/recipes-core/packagegroups/packagegroup-stx.bb [new file with mode: 0644]
meta-stx/recipes-core/stx-ansible-playbooks/files/0001-stx.3.0-rebase-adjust-path.patch [new file with mode: 0644]
meta-stx/recipes-core/stx-ansible-playbooks/files/0002-update_sysinv_database-do-not-fail-if-ceph-monitor-a.patch [new file with mode: 0644]
meta-stx/recipes-core/stx-ansible-playbooks/files/0003-update_sysinv_database-wait-after-provision.patch [new file with mode: 0644]
meta-stx/recipes-core/stx-ansible-playbooks/files/0004-bringup_flock_services-use-systmd-for-fminit-and-add.patch [new file with mode: 0644]
meta-stx/recipes-core/stx-ansible-playbooks/files/0005-persist-config-add-retry-for-etcd.patch [new file with mode: 0644]
meta-stx/recipes-core/stx-ansible-playbooks/files/0006-bringup_helm-wait-after-initialize-helm-to-avoid-tim.patch [new file with mode: 0644]
meta-stx/recipes-core/stx-ansible-playbooks/playbookconfig.bb [new file with mode: 0644]
meta-stx/recipes-core/stx-config-files/config-files_1.0.0.bb [new file with mode: 0644]
meta-stx/recipes-core/stx-config-files/files/openssh-config-rm-hmac-ripemd160.patch [new file with mode: 0644]
meta-stx/recipes-core/stx-config-files/files/syslog-ng-conf-fix-the-source.patch [new file with mode: 0644]
meta-stx/recipes-core/stx-config-files/files/syslog-ng-conf-replace-match-with-message.patch [new file with mode: 0644]
meta-stx/recipes-core/stx-config-files/files/syslog-ng-config-parse-err.patch [new file with mode: 0644]
meta-stx/recipes-core/stx-config-files/files/syslog-ng-config-systemd-service.patch [new file with mode: 0644]
meta-stx/recipes-core/stx-config-files/files/util-linux-pam-postlogin.patch [new file with mode: 0644]
meta-stx/recipes-core/stx-config/cgts-client.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-config/config-gate.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-config/controllerconfig.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-config/files/0001-puppet-manifests-adjust-path-variable.patch [new file with mode: 0644]
meta-stx/recipes-core/stx-config/files/0001-puppet-manifests-integ-set-correct-ldap-module-path.patch [new file with mode: 0644]
meta-stx/recipes-core/stx-config/files/0001-stx-config-puppet-manifests-cast-to-Integer.patch [new file with mode: 0644]
meta-stx/recipes-core/stx-config/files/0001-stx-config-remove-argparse-requirement-from-sysinv.patch [new file with mode: 0644]
meta-stx/recipes-core/stx-config/storageconfig.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-config/stx-config.bb [new file with mode: 0644]
meta-stx/recipes-core/stx-config/sysinv-agent.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-config/sysinv.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-config/tsconfig.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-config/workerconfig.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-fault/files/0001-Honor-the-build-system-LDFLAGS.patch [new file with mode: 0644]
meta-stx/recipes-core/stx-fault/files/0001-Use-build-systems-LDFLAGS.patch [new file with mode: 0644]
meta-stx/recipes-core/stx-fault/files/0001-snmp-ext-use-build-systems-LDFLAGS.patch [new file with mode: 0644]
meta-stx/recipes-core/stx-fault/fm-api.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-fault/fm-common.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-fault/fm-doc.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-fault/fm-mgr.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-fault/fm-rest-api.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-fault/python-fmclient.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-fault/snmp-audittrail.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-fault/snmp-ext.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-fault/stx-fault.bb [new file with mode: 0644]
meta-stx/recipes-core/stx-gui/stx-gui.bb [new file with mode: 0644]
meta-stx/recipes-core/stx-ha/files/0001-Allow-user-to-define-destination-libdir.patch [new file with mode: 0644]
meta-stx/recipes-core/stx-ha/files/0002-Install-sm-eru-sm-eru-dump-and-sm-eru-watchdog.patch [new file with mode: 0644]
meta-stx/recipes-core/stx-ha/files/0003-pragma-ignore-Wunused-result-errors-with-gcc-8.3.patch [new file with mode: 0644]
meta-stx/recipes-core/stx-ha/files/0004-Cast-size_t-to-int-to-silence-gcc-8.3.patch [new file with mode: 0644]
meta-stx/recipes-core/stx-ha/sm-api.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-ha/sm-client.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-ha/sm-common.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-ha/sm-db.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-ha/sm-tools.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-ha/sm.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-ha/stx-ha.bb [new file with mode: 0644]
meta-stx/recipes-core/stx-ha/stx-ocf-scripts.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-integ-kubernetes/cloud-provider-openstack.bb [new file with mode: 0644]
meta-stx/recipes-core/stx-integ/files/base/0001-cgcs-users-with-patch-ibsh-patches.patch [new file with mode: 0644]
meta-stx/recipes-core/stx-integ/files/base/0002-Add-DESTDIR-CFLAGS-and-LDFLAGS.patch [new file with mode: 0644]
meta-stx/recipes-core/stx-integ/files/ibsh/LICENSE [new file with mode: 0644]
meta-stx/recipes-core/stx-integ/files/ibsh/admin.cmds [new file with mode: 0644]
meta-stx/recipes-core/stx-integ/files/ibsh/admin.xtns [new file with mode: 0644]
meta-stx/recipes-core/stx-integ/files/ibsh/ibsh-0.3e-cgcs-copyright.patch [new file with mode: 0644]
meta-stx/recipes-core/stx-integ/files/ibsh/ibsh-0.3e-cgcs.patch [new file with mode: 0644]
meta-stx/recipes-core/stx-integ/files/ibsh/ibsh-0.3e.patch [new file with mode: 0644]
meta-stx/recipes-core/stx-integ/files/ibsh/operator.cmds [new file with mode: 0644]
meta-stx/recipes-core/stx-integ/files/ibsh/operator.xtns [new file with mode: 0644]
meta-stx/recipes-core/stx-integ/files/ibsh/secadmin.cmds [new file with mode: 0644]
meta-stx/recipes-core/stx-integ/files/ibsh/secadmin.xtns [new file with mode: 0644]
meta-stx/recipes-core/stx-integ/filesystem/filesystem-scripts.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-integ/filesystem/iscsi-initiator-utils-config.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-integ/filesystem/nfs-utils-config.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-integ/filesystem/nfscheck.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-integ/ibsh_0.3e.bbappend [new file with mode: 0644]
meta-stx/recipes-core/stx-integ/logging/logmgmt.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-integ/logging/logrotate-config.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-integ/spectre-meltdown-checker_git.bb [new file with mode: 0644]
meta-stx/recipes-core/stx-integ/stx-collector.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-integ/stx-config-files.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-integ/stx-filesystem.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-integ/stx-integ.bb [new file with mode: 0644]
meta-stx/recipes-core/stx-integ/stx-ldap.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-integ/stx-logging.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-integ/stx-networking.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-integ/stx-utilities.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-integ/utilities/buildinfo.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-integ/utilities/namespace-utils.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-integ/utilities/platform-util.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-metal/files/0001-Use-LDFLAGS-when-linking-and-pass-flags-down-to-subm.patch [new file with mode: 0644]
meta-stx/recipes-core/stx-metal/files/0001-Use-snprintf-to-avoid-overflowing-amon.tx_buf.patch [new file with mode: 0644]
meta-stx/recipes-core/stx-metal/files/0001-mtce-compute-dont-install-empty-directory-unless-nee.patch [new file with mode: 0644]
meta-stx/recipes-core/stx-metal/files/0001-mtce-control-dont-install-empty-directory-unless-nee.patch [new file with mode: 0644]
meta-stx/recipes-core/stx-metal/files/0001-mtce-storage-dont-install-empty-directory-unless-nee.patch [new file with mode: 0644]
meta-stx/recipes-core/stx-metal/files/0001-stx-metal-remove-argparse-requirement-from-inventory.patch [new file with mode: 0644]
meta-stx/recipes-core/stx-metal/files/stx-warrior-adjust-paths.patch [new file with mode: 0644]
meta-stx/recipes-core/stx-metal/inventory.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-metal/mtce-common.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-metal/mtce-compute.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-metal/mtce-control.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-metal/mtce-storage.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-metal/mtce.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-metal/pxe-network-installer.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-metal/python-inventoryclient.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-metal/stx-metal.bb [new file with mode: 0644]
meta-stx/recipes-core/stx-monitor-armada-app/monitor-helm-elastic_1.0.bb [new file with mode: 0644]
meta-stx/recipes-core/stx-monitor-armada-app/monitor-helm_1.0.bb [new file with mode: 0644]
meta-stx/recipes-core/stx-monitor-armada-app/stx-monitor-helm_1.0.bb [new file with mode: 0644]
meta-stx/recipes-core/stx-monitoring/collectd-extensions.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-monitoring/influxdb-extensions.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-monitoring/monitor-tools.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-monitoring/stx-monitoring.bb [new file with mode: 0644]
meta-stx/recipes-core/stx-monitoring/vm-topology.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-nfv/files/use-ldflags-mtce-guest.patch [new file with mode: 0644]
meta-stx/recipes-core/stx-nfv/mtce-guest.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-nfv/nfv-client.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-nfv/nfv-common.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-nfv/nfv-plugins.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-nfv/nfv-tools.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-nfv/nfv-vim.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-nfv/nova-api-proxy.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-nfv/stx-nfv.bb [new file with mode: 0644]
meta-stx/recipes-core/stx-openstack-armada-app/openstack-helm-infra_1.0.bb [new file with mode: 0644]
meta-stx/recipes-core/stx-openstack-armada-app/openstack-helm_1.0.bb [new file with mode: 0644]
meta-stx/recipes-core/stx-openstack-armada-app/stx-openstack-helm_1.0.bb [new file with mode: 0644]
meta-stx/recipes-core/stx-platform-armada-app/stx-platform-helm_1.0.bb [new file with mode: 0644]
meta-stx/recipes-core/stx-update/cgcs-patch.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-update/enable-dev-patch.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-update/patch-alarm.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-update/stx-update.bb [new file with mode: 0644]
meta-stx/recipes-core/stx-update/tsconfig.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-upstream/openstack-ras_git.bb [new file with mode: 0644]
meta-stx/recipes-core/stx-utilities/ceph/ceph-manager.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-utilities/ceph/python-cephclient.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-utilities/files/build.info [new file with mode: 0644]
meta-stx/recipes-core/stx-utilities/security/stx-ssl.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-utilities/stx-utilities_git.bb [new file with mode: 0644]
meta-stx/recipes-core/stx-utilities/tools/collect-engtools.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-utilities/tools/collector.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-utilities/utilities/build-info.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-utilities/utilities/collect-engtools.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-utilities/utilities/logmgmt.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-utilities/utilities/namespace-utils.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-utilities/utilities/nfscheck.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-utilities/utilities/pci-irq-affinity.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-utilities/utilities/platform-util.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-utilities/utilities/stx-extensions.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-utilities/utilities/update-motd.inc [new file with mode: 0644]
meta-stx/recipes-core/stx-utilities/utilities/worker-utils.inc [new file with mode: 0644]
meta-stx/recipes-core/systemd/files/0900-inject-milisec-in-syslog-date.patch [new file with mode: 0644]
meta-stx/recipes-core/systemd/systemd_241.bbappend [new file with mode: 0644]
meta-stx/recipes-core/util-linux/util-linux_%.bbappend [new file with mode: 0644]
meta-stx/recipes-daemons/lldpd/files/0001-lldpd-client-add-show-interfaces-cmd-from-upstream.patch [new file with mode: 0644]
meta-stx/recipes-daemons/lldpd/files/0002-Clear-station-bit-if-any-other-capability-is-enabled.patch [new file with mode: 0644]
meta-stx/recipes-daemons/lldpd/files/i40e-lldp-configure.sh [new file with mode: 0644]
meta-stx/recipes-daemons/lldpd/files/lldpd-clear-station.patch [new file with mode: 0644]
meta-stx/recipes-daemons/lldpd/files/lldpd-create-run-dir.patch [new file with mode: 0644]
meta-stx/recipes-daemons/lldpd/files/lldpd-i40e-disable.patch [new file with mode: 0644]
meta-stx/recipes-daemons/lldpd/files/lldpd-interface-show.patch [new file with mode: 0644]
meta-stx/recipes-daemons/lldpd/files/lldpd.default [new file with mode: 0644]
meta-stx/recipes-daemons/lldpd/files/lldpd.init [new file with mode: 0644]
meta-stx/recipes-daemons/lldpd/lldpd_%.bbappend [new file with mode: 0644]
meta-stx/recipes-dbs/mysql/mysql-python/0001-_mysql.c-fix-compilation-with-MariaDB-with-10.3.13.patch [new file with mode: 0644]
meta-stx/recipes-dbs/mysql/mysql-python_1.2.5.bb [new file with mode: 0644]
meta-stx/recipes-devtools/erlang/erlang-native_R16B03-1.bbappend [new file with mode: 0644]
meta-stx/recipes-devtools/erlang/erlang_R16B03-1.bbappend [new file with mode: 0644]
meta-stx/recipes-devtools/erlang/files/erts-configure.in-avoid-RPATH-warning.patch [new file with mode: 0644]
meta-stx/recipes-devtools/erlang/files/fix-install-ownership.patch [new file with mode: 0644]
meta-stx/recipes-devtools/go/go-phercloud_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/grubby/files/1000-Generic-name-for-Titanium.patch [new file with mode: 0644]
meta-stx/recipes-devtools/grubby/files/1001-Add-support-for-updating-grub-cfg-with-multiboot-2.patch [new file with mode: 0644]
meta-stx/recipes-devtools/grubby/files/1002-Install-into-libdir-instead-of-hard-coding.patch [new file with mode: 0644]
meta-stx/recipes-devtools/grubby/grubby_%.bbappend [new file with mode: 0644]
meta-stx/recipes-devtools/perl/filter-perl_1.59.bb [new file with mode: 0644]
meta-stx/recipes-devtools/perl/libhtml-tagset-perl_3.20.bb [new file with mode: 0644]
meta-stx/recipes-devtools/perl/libmailtools-perl_2.18.bb [new file with mode: 0644]
meta-stx/recipes-devtools/perl/libmailtools-perl_2.20.bb [new file with mode: 0644]
meta-stx/recipes-devtools/perl/libsocket6-perl/0001-socket6-perl-fix-configure-error.patch [new file with mode: 0644]
meta-stx/recipes-devtools/perl/libsocket6-perl_0.23.bb [new file with mode: 0644]
meta-stx/recipes-devtools/perl/libsocket6-perl_0.28.bb [new file with mode: 0644]
meta-stx/recipes-devtools/perl/libtest-pod-perl_1.51.bb [new file with mode: 0644]
meta-stx/recipes-devtools/perl/libtest-pod-perl_1.52.bb [new file with mode: 0644]
meta-stx/recipes-devtools/perl/libwww-perl_6.05.bb [new file with mode: 0644]
meta-stx/recipes-devtools/perl/libwww-perl_6.35.bb [new file with mode: 0644]
meta-stx/recipes-devtools/perl/pathtools-perl_3.75.bb [new file with mode: 0644]
meta-stx/recipes-devtools/perl/podlators-perl_4.12.bb [new file with mode: 0644]
meta-stx/recipes-devtools/perl/scalar-list-utils-perl_1.50.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/files/eventlet/0001-CGTS-2869-close-connection-on-HTTP-413-Request-Entit.patch [new file with mode: 0644]
meta-stx/recipes-devtools/python/files/python-barbican/barbican-fix-path-to-find-configuration-files.patch [new file with mode: 0644]
meta-stx/recipes-devtools/python/files/python-barbican/gunicorn-config.py [new file with mode: 0644]
meta-stx/recipes-devtools/python/files/python-barbican/openstack-barbican-api.service [new file with mode: 0644]
meta-stx/recipes-devtools/python/files/python-barbican/openstack-barbican-keystone-listener.service [new file with mode: 0644]
meta-stx/recipes-devtools/python/files/python-barbican/openstack-barbican-worker.service [new file with mode: 0644]
meta-stx/recipes-devtools/python/files/python-django-horizon/guni_config.py [new file with mode: 0644]
meta-stx/recipes-devtools/python/files/python-django-horizon/horizon-assets-compress [new file with mode: 0644]
meta-stx/recipes-devtools/python/files/python-django-horizon/horizon-clearsessions [new file with mode: 0644]
meta-stx/recipes-devtools/python/files/python-django-horizon/horizon-patching-restart [new file with mode: 0644]
meta-stx/recipes-devtools/python/files/python-django-horizon/horizon.init [new file with mode: 0755]
meta-stx/recipes-devtools/python/files/python-django-horizon/openstack-dashboard-httpd-2.4.conf [new file with mode: 0644]
meta-stx/recipes-devtools/python/files/python-django-horizon/openstack-dashboard-httpd-logging.conf [new file with mode: 0644]
meta-stx/recipes-devtools/python/files/python-django-horizon/python-django-horizon-logrotate.conf [new file with mode: 0644]
meta-stx/recipes-devtools/python/files/python-django-horizon/python-django-horizon-systemd.conf [new file with mode: 0644]
meta-stx/recipes-devtools/python/files/python-keyring/chmod_keyringlock2.patch [new file with mode: 0644]
meta-stx/recipes-devtools/python/files/python-keyring/chown_keyringlock_file.patch [new file with mode: 0644]
meta-stx/recipes-devtools/python/files/python-keyring/fix_keyring_lockfile_location.patch [new file with mode: 0644]
meta-stx/recipes-devtools/python/files/python-keyring/keyring_path_change.patch [new file with mode: 0644]
meta-stx/recipes-devtools/python/files/python-keyring/lock_keyring_file.patch [new file with mode: 0644]
meta-stx/recipes-devtools/python/files/python-keyring/lock_keyring_file2.patch [new file with mode: 0644]
meta-stx/recipes-devtools/python/files/python-keyring/no_keyring_password.patch [new file with mode: 0644]
meta-stx/recipes-devtools/python/files/python-keyring/remove-reader-lock.patch [new file with mode: 0644]
meta-stx/recipes-devtools/python/files/python-keyring/remove_others_perms_on_keyringcfg_file.patch [new file with mode: 0644]
meta-stx/recipes-devtools/python/files/python-keyring/use_new_lock.patch [new file with mode: 0644]
meta-stx/recipes-devtools/python/files/python-keyring/use_temporary_file.patch [new file with mode: 0644]
meta-stx/recipes-devtools/python/files/python-keystone/admin-openrc [new file with mode: 0644]
meta-stx/recipes-devtools/python/files/python-keystone/convert_keystone_backend.py [new file with mode: 0755]
meta-stx/recipes-devtools/python/files/python-keystone/hybrid-backend-setup [new file with mode: 0755]
meta-stx/recipes-devtools/python/files/python-keystone/identity.sh [new file with mode: 0644]
meta-stx/recipes-devtools/python/files/python-keystone/keystone-explicitly-import-localcontext-from-oslo.me.patch [new file with mode: 0644]
meta-stx/recipes-devtools/python/files/python-keystone/keystone-fix-location-of-files-for-tests.patch [new file with mode: 0644]
meta-stx/recipes-devtools/python/files/python-keystone/keystone-init [new file with mode: 0644]
meta-stx/recipes-devtools/python/files/python-keystone/keystone-init.service [new file with mode: 0644]
meta-stx/recipes-devtools/python/files/python-keystone/keystone-remove-git-commands-in-tests.patch [new file with mode: 0644]
meta-stx/recipes-devtools/python/files/python-keystone/keystone-search-in-etc-directory-for-config-files.patch [new file with mode: 0644]
meta-stx/recipes-devtools/python/files/python-keystone/keystone.conf [new file with mode: 0644]
meta-stx/recipes-devtools/python/files/python-keystone/stx-files/keystone-all [new file with mode: 0644]
meta-stx/recipes-devtools/python/files/python-keystone/stx-files/keystone-fernet-keys-rotate-active [new file with mode: 0644]
meta-stx/recipes-devtools/python/files/python-keystone/stx-files/openstack-keystone.service [new file with mode: 0644]
meta-stx/recipes-devtools/python/files/python-keystone/stx-files/password-rules.conf [new file with mode: 0644]
meta-stx/recipes-devtools/python/files/python-keystone/stx-files/public.py [new file with mode: 0644]
meta-stx/recipes-devtools/python/files/python-keystone/wsgi-keystone.conf [new file with mode: 0644]
meta-stx/recipes-devtools/python/files/python-pynacl/0001-Enable-cross-compile.patch [new file with mode: 0644]
meta-stx/recipes-devtools/python/files/python-redfishtool/0001-Adapt-redfishtool-to-python2.patch [new file with mode: 0644]
meta-stx/recipes-devtools/python/files/python-unittest2/0001-port-unittest2-argparse-is-part-of-stdlib.patch [new file with mode: 0644]
meta-stx/recipes-devtools/python/files/requests/0001-close-connection-on-HTTP-413-Request-Entit.patch [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-3parclient_4.2.3.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-adal_1.0.2.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-alabaster_0.7.12.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-amqp_2.5.2.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-aniso8601_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-ansible_%.bbappend [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-aodhclient_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-backports-functools-lru-cache_%.bbappend [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-backports-init/backports/__init__.py [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-backports-init_1.0.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-backports-ssl_%.bbappend [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-barbican_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-beaker_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-castellan_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-cffi_%.bbappend [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-cherrypy_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-cinderclient/cinder-api-check.sh [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-cinderclient_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-cliff_2.14.1.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-configobj_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-configshell_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-construct_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-d2to1_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-dateutil.inc [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-dateutil_2.8.1.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-defusedxml_0.6.0.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-django-babel_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-django-debreach_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-django-horizon_15.1.0.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-django-horizon_15.1.0.bbappend [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-django-openstack-auth_git.bbappend [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-django_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-django_git.bbappend [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-docker_3.3.0.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-ethtool_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-eventlet_%.bbappend [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-firewall_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-futurist_1.8.1.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-glanceclient_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-gnocchiclient_7.0.4.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-google-auth_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-gunicorn_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-hgtools_6.3.bbappend [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-horizon_git.bbappend [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-imagesize_1.2.0.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-importlib-metadata_0.23.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-influxdb_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-iniparse_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-ironicclient_2.7.0.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-jmespath_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-jwcrypto_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-jwt_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-keyring_5.3.bbappend [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-keystone_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-keystoneauth1.inc [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-keystoneauth1_3.17.1.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-keystoneclient_git.bbappend [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-keystonemiddleware_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-kombu_4.6.7.bbappend [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-kubernetes_8.0.0.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-ldap3_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-ldap_3.2.0.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-ldappool_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-lefthandclient_2.1.0.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-lefthandclient_2.1.0.bbappend [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-linecache2_1.0.0.bbappend [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-magnumclient_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-migrate_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-munch_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-murano-pkg-check_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-muranoclient_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-neutronclient_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-novaclient/nova-api-check.sh [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-novaclient_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-openstackclient_git.bbappend [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-openstacksdk_%.bbappend [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-openstacksdk_git.bbappend [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-osc-lib_1.12.1.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-oslo.cache_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-oslo.concurrency_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-oslo.config_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-oslo.context_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-oslo.db_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-oslo.log_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-oslo.middleware_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-oslo.policy_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-oslo.serialization_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-oslo.upgradecheck_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-oslo.utils_git.bbappend [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-oslo.versionedobjects_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-osprofiler_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-packaging_20.1.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-pankoclient_0.5.0.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-paramiko_%.bbappend [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-pecan_%.bbappend [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-pika_1.1.0.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-pycadf.bbappend_ [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-pycurl_7.43.0.3.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-pyelftools_0.25.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-pyghmi_1.5.7.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-pymysql_0.9.3.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-pynacl_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-pyngus_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-pyperf_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-pysaml2_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-redfishtool_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-requests-oauthlib_%.bbappend [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-requests-oauthlib_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-requests-toolbelt_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-requests_%.bbappend [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-ruamel.ordereddict_0.4.9.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-ruamel.yaml_0.15.9.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-ryu_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-saharaclient_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-scss_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-snowballstemmer_2.0.0.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-sphinx_%.bbappend [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-sphinxcontrib-websupport_1.1.0.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-testtools_%.bbappend [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-traceback2_1.4.0.bbappend [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-unittest2_%.bbappend [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-urlgrabber_4.0.0.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-urllib3_1.23.bbappend [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-urwid_2.0.1.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-versiontools.inc [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-versiontools_1.9.1.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-websocket-client_%.bbappend [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-websockify_%.bbappend [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-webtest_%.bbappend [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-wsme_%.bbappend [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-yaql_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python-zipp_0.6.0.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python3-cheroot_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python3-cherrypy_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python3-lang_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python3-linux-procfs_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python3-logutils_0.3.5.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python3-mako_%.bbappend [new file with mode: 0644]
meta-stx/recipes-devtools/python/python3-pecan_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python3-prettytable_0.7.2.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python3-pymysql_0.9.3.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python3-redfishtool_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python3-versiontools_1.9.1.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python3-webtest_2.0.33.bb [new file with mode: 0644]
meta-stx/recipes-devtools/python/python3-wsme_git.bb [new file with mode: 0644]
meta-stx/recipes-devtools/rpm/files/0001-Add-a-color-setting-for-mips64_n32-binaries.patch [new file with mode: 0644]
meta-stx/recipes-devtools/rpm/files/0001-Do-not-add-an-unsatisfiable-dependency-when-building.patch [new file with mode: 0644]
meta-stx/recipes-devtools/rpm/files/0001-Do-not-hardcode-lib-rpm-as-the-installation-path-for.patch [new file with mode: 0644]
meta-stx/recipes-devtools/rpm/files/0001-Do-not-read-config-files-from-HOME.patch [new file with mode: 0644]
meta-stx/recipes-devtools/rpm/files/0001-Do-not-reset-the-PATH-environment-variable-before-ru.patch [new file with mode: 0644]
meta-stx/recipes-devtools/rpm/files/0001-Fix-build-with-musl-C-library.patch [new file with mode: 0644]
meta-stx/recipes-devtools/rpm/files/0001-Split-binary-package-building-into-a-separate-functi.patch [new file with mode: 0644]
meta-stx/recipes-devtools/rpm/files/0001-When-cross-installing-execute-package-scriptlets-wit.patch [new file with mode: 0644]
meta-stx/recipes-devtools/rpm/files/0001-perl-disable-auto-reqs.patch [new file with mode: 0644]
meta-stx/recipes-devtools/rpm/files/0001-rpm-rpmio.c-restrict-virtual-memory-usage-if-limit-s.patch [new file with mode: 0644]
meta-stx/recipes-devtools/rpm/files/0002-Add-support-for-prefixing-etc-from-RPM_ETCCONFIGDIR-.patch [new file with mode: 0644]
meta-stx/recipes-devtools/rpm/files/0002-Run-binary-package-creation-via-thread-pools.patch [new file with mode: 0644]
meta-stx/recipes-devtools/rpm/files/0003-rpmstrpool.c-make-operations-over-string-pools-threa.patch [new file with mode: 0644]
meta-stx/recipes-devtools/rpm/files/0004-build-pack.c-remove-static-local-variables-from-buil.patch [new file with mode: 0644]
meta-stx/recipes-devtools/rpm/files/0011-Do-not-require-that-ELF-binaries-are-executable-to-b.patch [new file with mode: 0644]
meta-stx/recipes-devtools/rpm/rpm2_4.14.2.bb [new file with mode: 0644]
meta-stx/recipes-devtools/rsync/rsync_%.bbappend [new file with mode: 0644]
meta-stx/recipes-devtools/ruby-shadow/ruby-shadow_%.bbappend [new file with mode: 0644]
meta-stx/recipes-devtools/ruby/ruby.inc [new file with mode: 0644]
meta-stx/recipes-devtools/ruby/ruby/0001-openembedded-socket-extconf-hardcode-wide-getaddr-in.patch [new file with mode: 0644]
meta-stx/recipes-devtools/ruby/ruby/0002-Obey-LDFLAGS-for-the-link-of-libruby.patch [new file with mode: 0644]
meta-stx/recipes-devtools/ruby/ruby/ext.socket.extmk.patch [new file with mode: 0644]
meta-stx/recipes-devtools/ruby/ruby/extmk.patch [new file with mode: 0644]
meta-stx/recipes-devtools/ruby/ruby/ruby-CVE-2017-9226.patch [new file with mode: 0644]
meta-stx/recipes-devtools/ruby/ruby/ruby-CVE-2017-9228.patch [new file with mode: 0644]
meta-stx/recipes-devtools/ruby/ruby_2.0.0-p648.bb [new file with mode: 0644]
meta-stx/recipes-extended/ceph/ceph-13.2.2/0001-Correct-the-path-to-find-version.h-in-rocksdb.patch [new file with mode: 0644]
meta-stx/recipes-extended/ceph/ceph-13.2.2/0002-zstd-fix-error-for-cross-compile.patch [new file with mode: 0644]
meta-stx/recipes-extended/ceph/ceph-13.2.2/0003-ceph-add-pybind-support-in-OE.patch [new file with mode: 0644]
meta-stx/recipes-extended/ceph/ceph-13.2.2/0004-ceph-detect-init-correct-the-installation-for-OE.patch [new file with mode: 0644]
meta-stx/recipes-extended/ceph/ceph-13.2.2/0005-Add-hooks-for-orderly-shutdown-on-controller.patch [new file with mode: 0644]
meta-stx/recipes-extended/ceph/ceph-14.1.0/0001-ceph-rebase-on-stx.3.0-and-warrior.patch [new file with mode: 0644]
meta-stx/recipes-extended/ceph/ceph-14.1.0/rados.runtime.decode.error.patch [new file with mode: 0644]
meta-stx/recipes-extended/ceph/ceph_13.2.2.bb [new file with mode: 0644]
meta-stx/recipes-extended/ceph/ceph_14.1.0.bbappend [new file with mode: 0644]
meta-stx/recipes-extended/ceph/files/ceph-init-wrapper.sh [new file with mode: 0755]
meta-stx/recipes-extended/ceph/files/ceph-manage-journal.py [new file with mode: 0644]
meta-stx/recipes-extended/ceph/files/ceph-preshutdown.sh [new file with mode: 0644]
meta-stx/recipes-extended/ceph/files/ceph-radosgw.service [new file with mode: 0644]
meta-stx/recipes-extended/ceph/files/ceph.conf [new file with mode: 0644]
meta-stx/recipes-extended/ceph/files/ceph.conf.pmon [new file with mode: 0644]
meta-stx/recipes-extended/ceph/files/ceph.service [new file with mode: 0644]
meta-stx/recipes-extended/ceph/files/ceph.sh [new file with mode: 0644]
meta-stx/recipes-extended/ceph/files/mgr-restful-plugin.py [new file with mode: 0644]
meta-stx/recipes-extended/ceph/files/mgr-restful-plugin.service [new file with mode: 0644]
meta-stx/recipes-extended/ceph/files/starlingx-docker-override.conf [new file with mode: 0644]
meta-stx/recipes-extended/cloud-init/cloud-init_0.7.6.bbappend [new file with mode: 0644]
meta-stx/recipes-extended/cloud-init/files/cloud-init-interactive-parted.patch [new file with mode: 0644]
meta-stx/recipes-extended/cloud-init/files/first_boot.patch [new file with mode: 0644]
meta-stx/recipes-extended/collectd/collectd_%.bbappend [new file with mode: 0644]
meta-stx/recipes-extended/collectd/files/collectd-fix-for-LIBPYTHON_LDFLAGS.patch [new file with mode: 0644]
meta-stx/recipes-extended/ibsh/ibsh_0.3e.bb [new file with mode: 0644]
meta-stx/recipes-extended/libpwquality/libpwquality_1.4.0.bbappend [new file with mode: 0644]
meta-stx/recipes-extended/lsb/files/service-redirect-to-restart-for-reload.patch [new file with mode: 0644]
meta-stx/recipes-extended/lsb/lsbinitscripts_9.79.bbappend [new file with mode: 0644]
meta-stx/recipes-extended/postgresql/postgresql_%.bbappend [new file with mode: 0644]
meta-stx/recipes-extended/rabbitmq/files/rabbitmq-common-0001-Avoid-RPC-roundtrips-while-listing-items.patch [new file with mode: 0644]
meta-stx/recipes-extended/rabbitmq/files/rabbitmq-common-0002-Use-proto_dist-from-command-line.patch [new file with mode: 0644]
meta-stx/recipes-extended/rabbitmq/files/rabbitmq-script-wrapper [new file with mode: 0644]
meta-stx/recipes-extended/rabbitmq/files/rabbitmq-server-0001-Remove-excessive-sd_notify-code.patch [new file with mode: 0644]
meta-stx/recipes-extended/rabbitmq/files/rabbitmq-server-0002-Add-systemd-notification-support.patch [new file with mode: 0644]
meta-stx/recipes-extended/rabbitmq/files/rabbitmq-server-0003-Revert-Distinct-exit-codes-for-CLI-utilities.patch [new file with mode: 0644]
meta-stx/recipes-extended/rabbitmq/files/rabbitmq-server-0004-Allow-guest-login-from-non-loopback-connections.patch [new file with mode: 0644]
meta-stx/recipes-extended/rabbitmq/files/rabbitmq-server-0005-Avoid-RPC-roundtrips-in-list-commands.patch [new file with mode: 0644]
meta-stx/recipes-extended/rabbitmq/files/rabbitmq-server-0006-rabbit_prelaunch-must-use-RABBITMQ_SERVER_ERL_ARGS.patch [new file with mode: 0644]
meta-stx/recipes-extended/rabbitmq/files/rabbitmq-server-fails-with-home-not-set.patch [new file with mode: 0644]
meta-stx/recipes-extended/rabbitmq/files/rabbitmq-server.logrotate [new file with mode: 0644]
meta-stx/recipes-extended/rabbitmq/files/rabbitmq-server.service [new file with mode: 0644]
meta-stx/recipes-extended/rabbitmq/files/rabbitmq-server.tmpfiles [new file with mode: 0644]
meta-stx/recipes-extended/rabbitmq/rabbitmq-server_3.6.5.bb [new file with mode: 0644]
meta-stx/recipes-extended/registry-token-server/files/registry-token-server-1.0.0.tar.gz [new file with mode: 0644]
meta-stx/recipes-extended/registry-token-server/files/registry-token-server.service [new file with mode: 0644]
meta-stx/recipes-extended/registry-token-server/files/token-server-certificate.pem [new file with mode: 0644]
meta-stx/recipes-extended/registry-token-server/files/token-server-private-key.pem [new file with mode: 0644]
meta-stx/recipes-extended/registry-token-server/files/token_server.conf [new file with mode: 0644]
meta-stx/recipes-extended/registry-token-server/registry-token-server_git.bb [new file with mode: 0644]
meta-stx/recipes-extended/sudo/files/sudo-1.6.7p5-strip.patch [new file with mode: 0644]
meta-stx/recipes-extended/sudo/files/sudo-1.7.2p1-envdebug.patch [new file with mode: 0644]
meta-stx/recipes-extended/sudo/files/sudo-1.8.23-fix-double-quote-parsing-for-Defaults-values.patch [new file with mode: 0644]
meta-stx/recipes-extended/sudo/files/sudo-1.8.23-ldapsearchuidfix.patch [new file with mode: 0644]
meta-stx/recipes-extended/sudo/files/sudo-1.8.23-legacy-group-processing.patch [new file with mode: 0644]
meta-stx/recipes-extended/sudo/files/sudo-1.8.23-nowaitopt.patch [new file with mode: 0644]
meta-stx/recipes-extended/sudo/files/sudo-1.8.23-sudoldapconfman.patch [new file with mode: 0644]
meta-stx/recipes-extended/sudo/files/sudo-1.8.6p7-logsudouser.patch [new file with mode: 0644]
meta-stx/recipes-extended/sudo/sudo_%.bbappend [new file with mode: 0644]
meta-stx/recipes-extended/uswgi/files/0001-pragma-ignore-cast-type-errors-with-gcc-8.3.patch [new file with mode: 0644]
meta-stx/recipes-extended/uswgi/uwsgi_git.bbappend [new file with mode: 0644]
meta-stx/recipes-graphics/mesa/mesa_%.bbappend [new file with mode: 0644]
meta-stx/recipes-httpd/apache2/apache2_%.bbappend [new file with mode: 0644]
meta-stx/recipes-httpd/lighttpd/lighttpd_%.bbappend [new file with mode: 0644]
meta-stx/recipes-kernel/linux/linux-yocto-rt_%.bbappend [new file with mode: 0644]
meta-stx/recipes-kernel/linux/linux-yocto-stx.inc [new file with mode: 0644]
meta-stx/recipes-kernel/linux/linux-yocto_%.bbappend [new file with mode: 0644]
meta-stx/recipes-kernel/linux/linux/stx-kconfig.cfg [new file with mode: 0644]
meta-stx/recipes-networking/ipset/ipset_6.38.bb [new file with mode: 0644]
meta-stx/recipes-networking/openvswitch/openvswitch_%.bbappend [new file with mode: 0644]
meta-stx/recipes-networking/vlan/vlan_2.0.5.bb [new file with mode: 0644]
meta-stx/recipes-security/gssproxy/files/Add-Client-ID-to-debug-messages.patch [new file with mode: 0644]
meta-stx/recipes-security/gssproxy/files/Allow-connection-to-self-when-impersonator-set.patch [new file with mode: 0644]
meta-stx/recipes-security/gssproxy/files/Always-choose-highest-requested-debug-level.patch [new file with mode: 0644]
meta-stx/recipes-security/gssproxy/files/Always-use-the-encype-we-selected.patch [new file with mode: 0644]
meta-stx/recipes-security/gssproxy/files/Appease-gcc-7-s-fallthrough-detection.patch [new file with mode: 0644]
meta-stx/recipes-security/gssproxy/files/Change-impersonator-check-code.patch [new file with mode: 0644]
meta-stx/recipes-security/gssproxy/files/Clarify-debug-and-debug_level-in-man-pages.patch [new file with mode: 0644]
meta-stx/recipes-security/gssproxy/files/Conditionally-reload-kernel-interface-on-SIGHUP.patch [new file with mode: 0644]
meta-stx/recipes-security/gssproxy/files/Do-not-call-gpm_grab_sock-twice.patch [new file with mode: 0644]
meta-stx/recipes-security/gssproxy/files/Don-t-leak-mech_type-when-CONTINUE_NEEDED-from-init_.patch [new file with mode: 0644]
meta-stx/recipes-security/gssproxy/files/Emit-debug-on-queue-errors.patch [new file with mode: 0644]
meta-stx/recipes-security/gssproxy/files/Fix-error-checking-on-get_impersonator_fallback.patch [new file with mode: 0644]
meta-stx/recipes-security/gssproxy/files/Fix-error-handling-in-gp_config_from_dir.patch [new file with mode: 0644]
meta-stx/recipes-security/gssproxy/files/Fix-error-handling-in-gpm_send_buffer-gpm_recv_buffe.patch [new file with mode: 0644]
meta-stx/recipes-security/gssproxy/files/Fix-handling-of-non-EPOLLIN-EPOLLOUT-events.patch [new file with mode: 0644]
meta-stx/recipes-security/gssproxy/files/Fix-memory-leak.patch [new file with mode: 0644]
meta-stx/recipes-security/gssproxy/files/Fix-mismatched-sign-comparisons.patch [new file with mode: 0644]
meta-stx/recipes-security/gssproxy/files/Fix-most-memory-leaks.patch [new file with mode: 0644]
meta-stx/recipes-security/gssproxy/files/Fix-potential-free-of-non-heap-address.patch [new file with mode: 0644]
meta-stx/recipes-security/gssproxy/files/Fix-segfault-when-no-config-files-are-present.patch [new file with mode: 0644]
meta-stx/recipes-security/gssproxy/files/Fix-silent-crash-with-duplicate-config-sections.patch [new file with mode: 0644]
meta-stx/recipes-security/gssproxy/files/Fix-unused-variables.patch [new file with mode: 0644]
meta-stx/recipes-security/gssproxy/files/Handle-outdated-encrypted-ccaches.patch [new file with mode: 0644]
meta-stx/recipes-security/gssproxy/files/Include-header-for-writev.patch [new file with mode: 0644]
meta-stx/recipes-security/gssproxy/files/Make-proc-file-failure-loud-but-nonfatal.patch [new file with mode: 0644]
meta-stx/recipes-security/gssproxy/files/Only-empty-FILE-ccaches-when-storing-remote-creds.patch [new file with mode: 0644]
meta-stx/recipes-security/gssproxy/files/Prevent-uninitialized-read-in-error-path-of-XDR-cont.patch [new file with mode: 0644]
meta-stx/recipes-security/gssproxy/files/Properly-initialize-ccaches-before-storing-into-them.patch [new file with mode: 0644]
meta-stx/recipes-security/gssproxy/files/Properly-locate-credentials-in-collection-caches-in-.patch [new file with mode: 0644]
meta-stx/recipes-security/gssproxy/files/Properly-renew-expired-credentials.patch [new file with mode: 0644]
meta-stx/recipes-security/gssproxy/files/Remove-gpm_release_ctx-to-fix-double-unlock.patch [new file with mode: 0644]
meta-stx/recipes-security/gssproxy/files/Separate-cred-and-ccache-manipulation-in-gpp_store_r.patch [new file with mode: 0644]
meta-stx/recipes-security/gssproxy/files/Simplify-setting-NONBLOCK-on-socket.patch [new file with mode: 0644]
meta-stx/recipes-security/gssproxy/files/Tolerate-NULL-pointers-in-gp_same.patch [new file with mode: 0644]
meta-stx/recipes-security/gssproxy/files/Turn-on-Wextra.patch [new file with mode: 0644]
meta-stx/recipes-security/gssproxy/files/Update-systemd-file.patch [new file with mode: 0644]
meta-stx/recipes-security/gssproxy/files/client-Switch-to-non-blocking-sockets.patch [new file with mode: 0644]
meta-stx/recipes-security/gssproxy/files/server-Add-detailed-request-logging.patch [new file with mode: 0644]
meta-stx/recipes-security/gssproxy/gssproxy_0.7.0.bb [new file with mode: 0644]
meta-stx/recipes-security/gssproxy/gssproxy_0.7.0.bbappend [new file with mode: 0644]
meta-stx/recipes-security/krb5/files/soname_majversion.diff [new file with mode: 0644]
meta-stx/recipes-security/krb5/krb5_%.bbappend [new file with mode: 0644]
meta-stx/recipes-security/libtomcrypt/libtomcrypt_1.18.2.bb [new file with mode: 0644]
meta-stx/recipes-support/boost/boost_1.69.0.bbappend [new file with mode: 0644]
meta-stx/recipes-support/cluster-glue/cluster-glue/0001-don-t-compile-doc-and-Error-Fix.patch [new file with mode: 0644]
meta-stx/recipes-support/cluster-glue/cluster-glue/0001-ribcl.py.in-Warning-Fix.patch [new file with mode: 0644]
meta-stx/recipes-support/cluster-glue/cluster-glue/kill-stack-protector.patch [new file with mode: 0644]
meta-stx/recipes-support/cluster-glue/cluster-glue/tmpfiles [new file with mode: 0644]
meta-stx/recipes-support/cluster-glue/cluster-glue/volatiles [new file with mode: 0644]
meta-stx/recipes-support/cluster-glue/cluster-glue_1.0.12.bb [new file with mode: 0644]
meta-stx/recipes-support/cluster-resource-agents/resource-agents/01-disable-doc-build.patch [new file with mode: 0644]
meta-stx/recipes-support/cluster-resource-agents/resource-agents/02-set-OCF_ROOT_DIR-to-libdir-ocf.patch [new file with mode: 0644]
meta-stx/recipes-support/cluster-resource-agents/resource-agents/03-fix-header-defs-lookup.patch [new file with mode: 0644]
meta-stx/recipes-support/cluster-resource-agents/resource-agents/fix-install-sh-not-found.patch [new file with mode: 0644]
meta-stx/recipes-support/cluster-resource-agents/resource-agents/fs.sh-fix-builds-when-srcdir-and-builddir-are-sepera.patch [new file with mode: 0644]
meta-stx/recipes-support/cluster-resource-agents/resource-agents_4.0.1.bb [new file with mode: 0644]
meta-stx/recipes-support/cluster-resource-agents/resource-agents_4.0.1.bbappend [new file with mode: 0644]
meta-stx/recipes-support/deltarpm/deltarpm_git.bb [new file with mode: 0644]
meta-stx/recipes-support/deltarpm/files/0001-Makefile-patch-fix-build-errors.patch [new file with mode: 0644]
meta-stx/recipes-support/drbd/drbd-utils/0001-skip_wait_con_int_on_simplex.patch [new file with mode: 0644]
meta-stx/recipes-support/drbd/drbd-utils/0002-drbd-conditional-crm-dependency.patch [new file with mode: 0644]
meta-stx/recipes-support/drbd/drbd-utils/0003-drbd_report_condition.patch [new file with mode: 0644]
meta-stx/recipes-support/drbd/drbd-utils/0004-drbdadm-ipaddr-change.patch [new file with mode: 0644]
meta-stx/recipes-support/drbd/drbd-utils/0005-drbd_reconnect_standby_standalone.patch [new file with mode: 0644]
meta-stx/recipes-support/drbd/drbd-utils/0006-avoid-kernel-userspace-version-check.patch [new file with mode: 0644]
meta-stx/recipes-support/drbd/drbd-utils/0007-Update-OCF-to-attempt-connect-in-certain-states.patch [new file with mode: 0644]
meta-stx/recipes-support/drbd/drbd-utils/0008-Increase-short-cmd-timeout-to-15-secs.patch [new file with mode: 0644]
meta-stx/recipes-support/drbd/drbd-utils/0009-Check-for-mounted-device-before-demoting-Primary-DRB.patch [new file with mode: 0644]
meta-stx/recipes-support/drbd/drbd-utils/0010-Include-sysmacros-for-major-minor-macros.patch [new file with mode: 0644]
meta-stx/recipes-support/drbd/drbd-utils/0011-Disable-documentation.patch [new file with mode: 0644]
meta-stx/recipes-support/drbd/drbd-utils/drbd.service [new file with mode: 0644]
meta-stx/recipes-support/drbd/drbd-utils_8.4.3.bb [new file with mode: 0644]
meta-stx/recipes-support/drbd/drbd-utils_8.4.3.bbappend [new file with mode: 0644]
meta-stx/recipes-support/eventlog/eventlog_git.bb [new file with mode: 0644]
meta-stx/recipes-support/facter/facter_2.5.0.bbappend [new file with mode: 0644]
meta-stx/recipes-support/facter/files/0001-ps.patch [new file with mode: 0644]
meta-stx/recipes-support/facter/files/0002-personality.patch [new file with mode: 0644]
meta-stx/recipes-support/facter/files/0003-centos_remove-net-commands-that-can-timeout.patch [new file with mode: 0644]
meta-stx/recipes-support/facter/files/0004-centos_fix-ipv6-regex.patch [new file with mode: 0644]
meta-stx/recipes-support/facter/files/0004-centos_fix-ipv6-regex.patch.bak [new file with mode: 0644]
meta-stx/recipes-support/facter/files/0005-Hardcode-ipaddress-fact-to-localhost.patch [new file with mode: 0644]
meta-stx/recipes-support/facter/files/0006-facter-updates-for-poky-stx.patch [new file with mode: 0644]
meta-stx/recipes-support/hardlink/hardlink_0.3.0.bb [new file with mode: 0644]
meta-stx/recipes-support/hiera/hiera_%.bbappend [new file with mode: 0644]
meta-stx/recipes-support/ldapscripts/files/allow-anonymous-bind-for-ldap-search.patch [new file with mode: 0644]
meta-stx/recipes-support/ldapscripts/files/ldap-user-setup-support.patch [new file with mode: 0644]
meta-stx/recipes-support/ldapscripts/files/ldapaddgroup.template.cgcs [new file with mode: 0755]
meta-stx/recipes-support/ldapscripts/files/ldapaddsudo.template.cgcs [new file with mode: 0755]
meta-stx/recipes-support/ldapscripts/files/ldapadduser.template.cgcs [new file with mode: 0755]
meta-stx/recipes-support/ldapscripts/files/ldapmodsudo.template.cgcs [new file with mode: 0755]
meta-stx/recipes-support/ldapscripts/files/ldapmoduser.template.cgcs [new file with mode: 0755]
meta-stx/recipes-support/ldapscripts/files/ldapscripts.conf.cgcs [new file with mode: 0755]
meta-stx/recipes-support/ldapscripts/files/ldapscripts.passwd [new file with mode: 0644]
meta-stx/recipes-support/ldapscripts/files/log_timestamp.patch [new file with mode: 0644]
meta-stx/recipes-support/ldapscripts/files/sudo-delete-support.patch [new file with mode: 0644]
meta-stx/recipes-support/ldapscripts/files/sudo-support.patch [new file with mode: 0644]
meta-stx/recipes-support/ldapscripts/ldapscripts_2.0.8.bb [new file with mode: 0644]
meta-stx/recipes-support/libtommath/libtommath_1.1.0.bb [new file with mode: 0644]
meta-stx/recipes-support/libtpms/libtpms_git.bb [new file with mode: 0644]
meta-stx/recipes-support/libverto/libverto_0.2.5.bb [new file with mode: 0644]
meta-stx/recipes-support/memcached/files/memcached.sysconfig [new file with mode: 0644]
meta-stx/recipes-support/memcached/memcached_%.bbappend [new file with mode: 0644]
meta-stx/recipes-support/mod-wsgi/mod-wsgi_git.bbappend [new file with mode: 0644]
meta-stx/recipes-support/nss-pam-ldapd/nss-pam-ldapd_%.bbappend [new file with mode: 0644]
meta-stx/recipes-support/openldap/files/0021-openldap-and-stx-source-and-config-files.patch [new file with mode: 0644]
meta-stx/recipes-support/openldap/files/rootdn-should-not-bypass-ppolicy.patch [new file with mode: 0644]
meta-stx/recipes-support/openldap/files/stx-slapd.service [new file with mode: 0644]
meta-stx/recipes-support/openldap/openldap_%.bbappend [new file with mode: 0644]
meta-stx/recipes-support/openstack-barbican-api/files/LICENSE [new file with mode: 0644]
meta-stx/recipes-support/openstack-barbican-api/files/barbican-api-paste.ini [new file with mode: 0644]
meta-stx/recipes-support/openstack-barbican-api/files/barbican.conf [new file with mode: 0644]
meta-stx/recipes-support/openstack-barbican-api/files/gunicorn-config.py [new file with mode: 0644]
meta-stx/recipes-support/openstack-barbican-api/files/openstack-barbican-api.service [new file with mode: 0644]
meta-stx/recipes-support/openstack-barbican-api/openstack-barbican-api.bb [new file with mode: 0644]
meta-stx/recipes-support/os-service-types/python2-os-service-types_1.3.0.bb [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/network/Don-t-write-absent-to-redhat-route-files-and-test-fo.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/network/fix-absent-options.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/network/ipv6-static-route-support.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/network/permit-inservice-update-of-static-routes.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/network/puppet-network-Kilo-quilt-changes.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/network/puppet-network-support-ipv6.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/network/route-options-support.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-barbican/Add-gemspec.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-barbican/puppet-barbican-do-not-fail-for-poky-stx.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-barbican/puppet-barbican-fix-the-pkg-and-service-names-for-poky-stx.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-boolean/Add-gemspec.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-ceph/0001-Roll-up-TIS-patches.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-ceph/0002-Newton-rebase-fixes.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-ceph/0003-Ceph-Jewel-rebase.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-ceph/0004-US92424-Add-OSD-support-for-persistent-naming.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-ceph/0005-Remove-puppetlabs-apt-as-ceph-requirement.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-ceph/0006-ceph-disk-prepare-invalid-data-disk-value.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-ceph/0007-Add-StarlingX-specific-restart-command-for-Ceph-moni.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-ceph/0008-ceph-mimic-prepare-activate-osd.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-ceph/0009-fix-ceph-osd-disk-partition-for-nvme-disks.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-ceph/0010-wipe-unprepared-disks.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-ceph/0011-puppet-ceph-changes-for-poky-stx.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-ceph/Add-gemspec.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-certmonger/0001-puppet-certmonger-adjust-path-to-poky-rootfs.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-certmonger/Add-gemspec.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-collectd/Add-gemspec.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-dnsmasq/0001-puppet-dnsmasq-Kilo-quilt-patches.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-dnsmasq/0002-Fixing-mismatched-permission-on-dnsmasq-conf.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-dnsmasq/0003-Support-management-of-tftp_max-option.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-dnsmasq/0004-Enable-clear-DNS-cache-on-reload.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-dnsmasq/0005-puppet-dnsmasq-updates-for-poky-stx.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-dnsmasq/Add-gemspec.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-dnsmasq/metadata.json.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-drbd/0001-TIS-Patches.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-drbd/0002-Disable-timeout-for-mkfs-command.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-drbd/0003-drbd-parallel-to-serial-synchronization.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-drbd/0004-US-96914-reuse-existing-drbd-cinder-resource.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-drbd/0005-Add-PausedSync-states-to-acceptable-cstate.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-drbd/0006-CGTS-7164-Add-resource-options-cpu-mask-to-affine-drbd-kernel-threads.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-drbd/0007-Add-disk-by-path-test.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-drbd/0008-CGTS-7953-support-for-new-drbd-resources.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-drbd/0009-drbd-slow-before-swact.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-drbd/Add-gemspec.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-etcd/Add-gemspec.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-etcd/puppet-etcd-changes-for-poky-stx.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-filemapper/Add-gemspec.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-filemapper/metadata.json.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-horizon/0001-Update-memcached-dependency.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-horizon/0002-puppet-horizon-changes-for-poky-stx.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-horizon/Add-gemspec.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-keystone/0001-pike-rebase-squash-titanium-patches.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-keystone/0002-remove-the-Keystone-admin-app.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-keystone/0003-remove-eventlet_bindhost-from-Keystoneconf.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-keystone/0004-escape-special-characters-in-bootstrap.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-keystone/0005-Add-support-for-fernet-receipts.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-keystone/0006-workaround-Adjust-keystone-naming-to-poky.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-keystone/0007-puppet-keystone-specify-full-path-to-openrc.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-keystone/0008-params.pp-fix-the-service-name-of-openstack-keystone.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-keystone/Add-gemspec.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-kmod/Add-gemspec.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-ldap/0001-puppet-ldap-add-os-poky-stx.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-ldap/0002-puppet-ldap-poky-stx-fix-pkg-name.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-ldap/Add-gemspec.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-memcached/Add-gemspec.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-network/0001-Stx-uses-puppet-boolean-instead-of-adrien-boolean.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-network/Add-gemspec.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-network/Don-t-write-absent-to-redhat-route-files-and-test-fo.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-network/fix-absent-options.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-network/ipv6-static-route-support.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-network/metadata.json.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-network/permit-inservice-update-of-static-routes.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-network/puppet-network-Kilo-quilt-changes.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-network/puppet-network-config-poky-provider.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-network/puppet-network-support-ipv6.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-network/puppet-network-updates-for-poky-stx.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-network/route-options-support.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-nslcd/Add-gemspec.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-nslcd/metadata.json.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-nslcd/puppet-nslcd-updates-for-poky-stx.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-nssdb/Add-gemspec.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-nssdb/metadata.json.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-openstacklib/0001-Roll-up-TIS-patches.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-openstacklib/0002-puppet-openstacklib-updates-for-poky-stx.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-openstacklib/Add-gemspec.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-oslo/0001-Remove-log_dir-from-conf-files.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-oslo/0002-add-psycopg2-drivername-to-postgresql-settings.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-oslo/Add-gemspec.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-puppi/Add-gemspec.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-puppi/puppet-puppi-adjust-path.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-puppi/puppet-puppi-updates-for-poky-stx.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-staging/Add-gemspec.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-sysctl/Add-gemspec.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-vlan/Add-gemspec.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet-vlan/metadata.json.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet/4.8.2/add_puppet_gemspec.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet/4.8.2/puppet-poky-dnf.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet/4.8.2/puppet-updates-for-poky-stx.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet/4.8.2/puppet.conf [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet/4.8.2/puppet.init [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet/4.8.2/puppet.service [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet/puppet-poky-yum.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppet/puppet-updates-for-poky-stx.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppetlabs-apache/0001-maint-Fix-conditional-in-vhost-ssl-template.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppetlabs-apache/0002-maint-Fix-the-vhost-ssl-template-correctly-this-time.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppetlabs-apache/Add-gemspec.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppetlabs-apache/puppetlabs-apache-updates-for-poky-stx.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppetlabs-concat/Add-gemspec.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppetlabs-create-resources/Add-gemspec.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppetlabs-create-resources/metadata.json.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppetlabs-firewall/Add-gemspec.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppetlabs-firewall/poky-firewall-updates.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppetlabs-firewall/puppet-firewall-poky.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppetlabs-firewall/puppet-firewall-random-fully-support.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppetlabs-firewall/puppet-firewall-updates-for-poky-stx.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppetlabs-haproxy/0001-Roll-up-TIS-patches.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppetlabs-haproxy/0002-disable-config-validation-prechecks.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppetlabs-haproxy/0003-Fix-global_options-log-default-value.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppetlabs-haproxy/0004-Stop-invalid-warning-message [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppetlabs-haproxy/Add-gemspec.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppetlabs-inifile/Add-gemspec.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppetlabs-lvm/0001-puppet-lvm-kilo-quilt-changes.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppetlabs-lvm/0002-UEFI-pvcreate-fix.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppetlabs-lvm/0003-US94222-Persistent-Dev-Naming.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppetlabs-lvm/0004-extendind-nuke_fs_on_resize_failure-functionality.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppetlabs-lvm/Add-gemspec.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppetlabs-lvm/Fix-the-logical-statement-for-nuke_fs_on_resize.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppetlabs-mysql/0001-Fix-ruby-path.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppetlabs-mysql/0001-Stx-uses-nanliu-staging-module.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppetlabs-mysql/0002-puppet-mysql-changes-for-poky-stx.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppetlabs-mysql/0003-puppet-mysqltuner-adjust-path.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppetlabs-mysql/Add-gemspec.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppetlabs-postgresql/0001-Roll-up-TIS-patches.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppetlabs-postgresql/0002-remove-puppetlabs-apt-as-a-requirement.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppetlabs-postgresql/0003-puppetlabs-postgresql-account-for-naming-diffs.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppetlabs-postgresql/0004-poky-postgresql-updates.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppetlabs-postgresql/0005-puppetlabs-postgresql-poky.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppetlabs-postgresql/0006-adjust_path-remove-refs-to-local-bin.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppetlabs-postgresql/Add-gemspec.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppetlabs-postgresql/postgresql.service [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppetlabs-rabbitmq/0001-Roll-up-TIS-patches.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppetlabs-rabbitmq/0002-Changed-cipher-specification-to-openssl-format.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppetlabs-rabbitmq/0004-Partially-revert-upstream-commit-f7c3a4a637d59f3065d.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppetlabs-rabbitmq/0005-Remove-the-rabbitmq_nodename-fact.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppetlabs-rabbitmq/0007-init.pp-do-not-check-the-apt-resource.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppetlabs-rabbitmq/0008-puppet-rabbitmq-poky.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppetlabs-rabbitmq/0009-remove-apt-requirement.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppetlabs-rabbitmq/Add-gemspec.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppetlabs-stdlib/0001-Filter-password-in-logs.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/puppetlabs-stdlib/Add-gemspec.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/stx-puppet/0001-puppet-manifest-apply-rebase-adjust-path.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/stx-puppet/0002-puppet-manifests-port-Adjust-path-default-bindir.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/stx-puppet/0003-puppet-dcmanager-updates-for-poky-stx.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/stx-puppet/0004-puppet-dcorch-updates-for-poky-stx.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/stx-puppet/0005-puppet-sysinv-updates-for-poky-stx.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/stx-puppet/0006-puppet-manifest-apply-do-not-treat-warnings-as-block.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/stx-puppet/0007-puppet-manifests-etcd-override-typo-and-journalctl.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/stx-puppet/0008-puppet-manifests-keystone-include-platform-client.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/stx-puppet/0009-puppet-manifests-lvm-remove-lvmetad.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/stx-puppet/0010-puppet-manifest-apply-workaround-to-ignore-known-err.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/stx-puppet/apply_network_config_poky.sh [new file with mode: 0755]
meta-stx/recipes-support/puppet/files/stx-puppet/get-boot-device-from-cmdline.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/files/stx-puppet/poky-specific-apply-network-config-script.patch [new file with mode: 0644]
meta-stx/recipes-support/puppet/puppet-barbican_git.bb [new file with mode: 0644]
meta-stx/recipes-support/puppet/puppet-barbican_git.bbappend [new file with mode: 0644]
meta-stx/recipes-support/puppet/puppet-boolean_git.bb [new file with mode: 0644]
meta-stx/recipes-support/puppet/puppet-ceph_git.bb [new file with mode: 0644]
meta-stx/recipes-support/puppet/puppet-ceph_git.bbappend [new file with mode: 0644]
meta-stx/recipes-support/puppet/puppet-certmonger_git.bb [new file with mode: 0644]
meta-stx/recipes-support/puppet/puppet-certmonger_git.bbappend [new file with mode: 0644]
meta-stx/recipes-support/puppet/puppet-collectd_git.bb [new file with mode: 0644]
meta-stx/recipes-support/puppet/puppet-dnsmasq_git.bb [new file with mode: 0644]
meta-stx/recipes-support/puppet/puppet-dnsmasq_git.bbappend [new file with mode: 0644]
meta-stx/recipes-support/puppet/puppet-drbd_git.bb [new file with mode: 0644]
meta-stx/recipes-support/puppet/puppet-drbd_git.bbappend [new file with mode: 0644]
meta-stx/recipes-support/puppet/puppet-etcd_git.bb [new file with mode: 0644]
meta-stx/recipes-support/puppet/puppet-etcd_git.bbappend [new file with mode: 0644]
meta-stx/recipes-support/puppet/puppet-filemapper_git.bb [new file with mode: 0644]
meta-stx/recipes-support/puppet/puppet-horizon_git.bb [new file with mode: 0644]
meta-stx/recipes-support/puppet/puppet-horizon_git.bbappend [new file with mode: 0644]
meta-stx/recipes-support/puppet/puppet-keystone_git.bb [new file with mode: 0644]
meta-stx/recipes-support/puppet/puppet-keystone_git.bbappend [new file with mode: 0644]
meta-stx/recipes-support/puppet/puppet-kmod_git.bb [new file with mode: 0644]
meta-stx/recipes-support/puppet/puppet-ldap_git.bb [new file with mode: 0644]
meta-stx/recipes-support/puppet/puppet-ldap_git.bbappend [new file with mode: 0644]
meta-stx/recipes-support/puppet/puppet-memcached_git.bb [new file with mode: 0644]
meta-stx/recipes-support/puppet/puppet-network_git.bb [new file with mode: 0644]
meta-stx/recipes-support/puppet/puppet-network_git.bbappend [new file with mode: 0644]
meta-stx/recipes-support/puppet/puppet-nslcd_git.bb [new file with mode: 0644]
meta-stx/recipes-support/puppet/puppet-nslcd_git.bbappend [new file with mode: 0644]
meta-stx/recipes-support/puppet/puppet-nssdb_git.bb [new file with mode: 0644]
meta-stx/recipes-support/puppet/puppet-openstacklib_git.bb [new file with mode: 0644]
meta-stx/recipes-support/puppet/puppet-openstacklib_git.bbappend [new file with mode: 0644]
meta-stx/recipes-support/puppet/puppet-oslo_git.bb [new file with mode: 0644]
meta-stx/recipes-support/puppet/puppet-oslo_git.bbappend [new file with mode: 0644]
meta-stx/recipes-support/puppet/puppet-puppi_git.bb [new file with mode: 0644]
meta-stx/recipes-support/puppet/puppet-puppi_git.bbappend [new file with mode: 0644]
meta-stx/recipes-support/puppet/puppet-staging_git.bb [new file with mode: 0644]
meta-stx/recipes-support/puppet/puppet-sysctl_git.bb [new file with mode: 0644]
meta-stx/recipes-support/puppet/puppet-vlan_git.bb [new file with mode: 0644]
meta-stx/recipes-support/puppet/puppet-vswitch_%.bbappend [new file with mode: 0644]
meta-stx/recipes-support/puppet/puppet_4.8.2.bb [new file with mode: 0644]
meta-stx/recipes-support/puppet/puppet_5.4.0.bbappend [new file with mode: 0644]
meta-stx/recipes-support/puppet/puppetlabs-apache_git.bb [new file with mode: 0644]
meta-stx/recipes-support/puppet/puppetlabs-apache_git.bbappend [new file with mode: 0644]
meta-stx/recipes-support/puppet/puppetlabs-concat_git.bb [new file with mode: 0644]
meta-stx/recipes-support/puppet/puppetlabs-create-resources_git.bb [new file with mode: 0644]
meta-stx/recipes-support/puppet/puppetlabs-firewall_git.bb [new file with mode: 0644]
meta-stx/recipes-support/puppet/puppetlabs-firewall_git.bbappend [new file with mode: 0644]
meta-stx/recipes-support/puppet/puppetlabs-haproxy_git.bb [new file with mode: 0644]
meta-stx/recipes-support/puppet/puppetlabs-haproxy_git.bbappend [new file with mode: 0644]
meta-stx/recipes-support/puppet/puppetlabs-inifile.bb [new file with mode: 0644]
meta-stx/recipes-support/puppet/puppetlabs-lvm_git.bb [new file with mode: 0644]
meta-stx/recipes-support/puppet/puppetlabs-lvm_git.bbappend [new file with mode: 0644]
meta-stx/recipes-support/puppet/puppetlabs-mysql_git.bb [new file with mode: 0644]
meta-stx/recipes-support/puppet/puppetlabs-mysql_git.bbappend [new file with mode: 0644]
meta-stx/recipes-support/puppet/puppetlabs-postgresql_git.bb [new file with mode: 0644]
meta-stx/recipes-support/puppet/puppetlabs-postgresql_git.bbappend [new file with mode: 0644]
meta-stx/recipes-support/puppet/puppetlabs-rabbitmq_git.bb [new file with mode: 0644]
meta-stx/recipes-support/puppet/puppetlabs-rabbitmq_git.bbappend [new file with mode: 0644]
meta-stx/recipes-support/puppet/puppetlabs-stdlib_git.bbappend [new file with mode: 0644]
meta-stx/recipes-support/puppet/stx-puppet_git.bb [new file with mode: 0644]
meta-stx/recipes-support/qpid-proton/qpid-proton/fix-missing-libary-for-cpp-binding.patch [new file with mode: 0644]
meta-stx/recipes-support/qpid-proton/qpid-proton_0.28.0.bb [new file with mode: 0644]
meta-stx/recipes-support/ruby-shadow/ruby-shadow_git.bbappend [new file with mode: 0644]
meta-stx/recipes-support/sshpass/sshpass.inc [new file with mode: 0644]
meta-stx/recipes-support/sshpass/sshpass_1.06.bb [new file with mode: 0644]
meta-stx/recipes-support/syslog-ng/syslog-ng_%.bbappend [new file with mode: 0644]
meta-stx/recipes-upstream/python/python-boto3.inc [new file with mode: 0644]
meta-stx/recipes-upstream/python/python-boto3_1.10.25.bb [new file with mode: 0644]