首页 文章 精选 留言 我的

精选列表

搜索[最权威安装],共10000篇文章
优秀的个人博客,低调大师

Openstack rabbitMQ 安装与配置

Openstack rabbitMQ install 1, install rabbitMQ yum -y install rabbitmq-server 2, hostname hostname qc_controller8.180.ax.com.cn 2, Configure rabbitMQ # RabbitMQ 启动失败,主要原因在于主机名解析,如果主机名带有"." ,请截取"."之前的字符串信息 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 qc_controller8.180.ax.com.cn qc_controller8 ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6 qc_controller8.180.ax.com.cn qc_controller8 192.168.8.180 qc_controller8.180.ax.com.cn qc_controller8 [root@qc_controller8 data]# cat /etc/rabbitmq/rabbitmq.config % This file managed by Puppet % Template Path: rabbitmq/templates/rabbitmq.config [ {rabbit, [ {default_user, <<"guest">>}, {default_pass, <<"guest">>} ]}, {kernel, [ ]} ]. % EOF [ [root@qc_controller8 data]# cat /etc/rabbitmq/rabbitmq-env.conf RABBITMQ_NODE_PORT=5672 4,restart service rabbitmq service rabbitmq-server restart 5,Create user and update password rabbitmqctl add_user username guest rabbitmqctl change_password guest guest 5, nova.conf rabbitmq Configure rpc_backend=nova.openstack.common.rpc.impl_kombu rabbit_host=192.168.8.180 rabbit_port=5672 rabbit_hosts=192.168.8.180:5672 rabbit_use_ssl=False rabbit_userid=guest rabbit_password=guest rabbit_virtual_host=/ rabbit_ha_queues=False 6,glance-api.conf Configure #notifier_strategy=qpid notifier_strategy=default # Configuration options if sending notifications via rabbitmq (these are # the defaults) rabbit_notification_exchange = glance rabbit_notification_topic = notifications rabbit_host=192.168.8.180 rabbit_port=5672 rabbit_hosts=192.168.8.168:5672 rabbit_use_ssl=False rabbit_userid=guest rabbit_password=guest rabbit_virtual_host=/ rabbit_ha_queues=False 7,reboot system reboot 本文转自 swq499809608 51CTO博客,原文链接:http://blog.51cto.com/swq499809608/1433541

资源下载

更多资源
Nacos

Nacos

Nacos /nɑ:kəʊs/ 是 Dynamic Naming and Configuration Service 的首字母简称,一个易于构建 AI Agent 应用的动态服务发现、配置管理和AI智能体管理平台。Nacos 致力于帮助您发现、配置和管理微服务及AI智能体应用。Nacos 提供了一组简单易用的特性集,帮助您快速实现动态服务发现、服务配置、服务元数据、流量管理。Nacos 帮助您更敏捷和容易地构建、交付和管理微服务平台。

Spring

Spring

Spring框架(Spring Framework)是由Rod Johnson于2002年提出的开源Java企业级应用框架,旨在通过使用JavaBean替代传统EJB实现方式降低企业级编程开发的复杂性。该框架基于简单性、可测试性和松耦合性设计理念,提供核心容器、应用上下文、数据访问集成等模块,支持整合Hibernate、Struts等第三方框架,其适用范围不仅限于服务器端开发,绝大多数Java应用均可从中受益。

Rocky Linux

Rocky Linux

Rocky Linux(中文名:洛基)是由Gregory Kurtzer于2020年12月发起的企业级Linux发行版,作为CentOS稳定版停止维护后与RHEL(Red Hat Enterprise Linux)完全兼容的开源替代方案,由社区拥有并管理,支持x86_64、aarch64等架构。其通过重新编译RHEL源代码提供长期稳定性,采用模块化包装和SELinux安全架构,默认包含GNOME桌面环境及XFS文件系统,支持十年生命周期更新。

Sublime Text

Sublime Text

Sublime Text具有漂亮的用户界面和强大的功能,例如代码缩略图,Python的插件,代码段等。还可自定义键绑定,菜单和工具栏。Sublime Text 的主要功能包括:拼写检查,书签,完整的 Python API , Goto 功能,即时项目切换,多选择,多窗口等等。Sublime Text 是一个跨平台的编辑器,同时支持Windows、Linux、Mac OS X等操作系统。