posted @ 2022-08-28 10:26
401335990
阅读(60)
推荐(0)
摘要:
配置主机名: [edit]root# set system host-name R1 root@R1# set system name-server 8.8.8.8 密码恢复:
阅读全文
posted @ 2022-08-27 21:28
401335990
阅读(48)
推荐(0)
摘要:
rootcliconfigure show interfaces terseshow interfaces briefshow interfaces detailshow interfaces extensive show interfaces detail | match fe-0/0/0 hel
阅读全文
posted @ 2022-08-27 20:49
401335990
阅读(365)
推荐(0)
摘要:
CE设备配置:interface ge 1/0/0为下连PC接口: interface GE 1/0/0.1 mode l2encapsulation dot1q vid 10 全局模式下配置:bridge-domain 10vxlan vni 10quit commit (全局模式)或system
阅读全文
posted @ 2022-08-23 17:14
401335990
阅读(563)
推荐(0)
摘要:
首先需要安装 docker及docker-compose 过程省略 下载并上传harbor压缩包,harbor-offline-installer-v2.5.3.tgz 解压到/usr/local目录下 修改配置文件 名harbor.yml.tmpl 为harbor.yml hostname: 19
阅读全文
posted @ 2022-08-14 21:53
401335990
阅读(47)
推荐(0)
摘要:
首先: jenkins 安装 插件 sonar-qube 二、 jenkins 系统管理 > 系统配置 > 这样,jenkins就可以连接 sonar-qube了 Jenkins Manage Jenkins > Global Tool Configuration > 点击 “应用” “保存” 再次
阅读全文
posted @ 2022-08-14 12:09
401335990
阅读(214)
推荐(0)
摘要:
sonar 8.9.9 部署在192.168.66.150上: 首先需要部署 jdk 11 部署psql 部署sonar [root@sonar ~]# cat /home/sonar/sonarqube-8.9.9.56886/conf/sonar.properties | grep -Ev "^
阅读全文
posted @ 2022-08-14 11:17
401335990
阅读(1149)
推荐(0)
摘要:
进入要构建的项目,选择配置 》选中 “This project is parameterized” >名称 输入“tag” > 参数类型选择 -- “标签” 源码管理 ,填写gitlab 仓库地址: 构建步骤,添加 两个 步骤:参数如下 构建后步骤如下: 其中,目录机器要安装docker compo
阅读全文
posted @ 2022-08-12 14:47
401335990
阅读(192)
推荐(0)
摘要:
先删除所有的rdb文件 创建 6 个文件,S1-S6,每个文件夹修改内容 replica-announce-ip 192.168.66.20bind 0.0.0.0protected-mode noport 7001 daemonize nopidfile /var/run/redis_7001.p
阅读全文
posted @ 2022-08-09 15:28
401335990
阅读(83)
推荐(0)
摘要:
1、在/tmp目录下创建3个文件夹S1,S2,S3作为sentinel 集群配置文件存放目录 2、在s1,s2,s3目录下创建配置文件 : [root@k8s-node01 s2]# cat ../s1/sentinel.confport 27001sentinel announce-ip 192.
阅读全文
posted @ 2022-08-09 12:30
401335990
阅读(488)
推荐(0)