oc_adm_manage_node.py 59 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724
  1. #!/usr/bin/env python
  2. # pylint: disable=missing-docstring
  3. # flake8: noqa: T001
  4. # ___ ___ _ _ ___ ___ _ _____ ___ ___
  5. # / __| __| \| | __| _ \ /_\_ _| __| \
  6. # | (_ | _|| .` | _|| / / _ \| | | _|| |) |
  7. # \___|___|_|\_|___|_|_\/_/_\_\_|_|___|___/_ _____
  8. # | \ / _ \ | \| |/ _ \_ _| | __| \_ _|_ _|
  9. # | |) | (_) | | .` | (_) || | | _|| |) | | | |
  10. # |___/ \___/ |_|\_|\___/ |_| |___|___/___| |_|
  11. #
  12. # Copyright 2016 Red Hat, Inc. and/or its affiliates
  13. # and other contributors as indicated by the @author tags.
  14. #
  15. # Licensed under the Apache License, Version 2.0 (the "License");
  16. # you may not use this file except in compliance with the License.
  17. # You may obtain a copy of the License at
  18. #
  19. # http://www.apache.org/licenses/LICENSE-2.0
  20. #
  21. # Unless required by applicable law or agreed to in writing, software
  22. # distributed under the License is distributed on an "AS IS" BASIS,
  23. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  24. # See the License for the specific language governing permissions and
  25. # limitations under the License.
  26. #
  27. # -*- -*- -*- Begin included fragment: lib/import.py -*- -*- -*-
  28. '''
  29. OpenShiftCLI class that wraps the oc commands in a subprocess
  30. '''
  31. # pylint: disable=too-many-lines
  32. from __future__ import print_function
  33. import atexit
  34. import copy
  35. import fcntl
  36. import json
  37. import os
  38. import re
  39. import shutil
  40. import subprocess
  41. import tempfile
  42. # pylint: disable=import-error
  43. try:
  44. import ruamel.yaml as yaml
  45. except ImportError:
  46. import yaml
  47. from ansible.module_utils.basic import AnsibleModule
  48. # -*- -*- -*- End included fragment: lib/import.py -*- -*- -*-
  49. # -*- -*- -*- Begin included fragment: doc/manage_node -*- -*- -*-
  50. DOCUMENTATION = '''
  51. ---
  52. module: oc_adm_manage_node
  53. short_description: Module to manage openshift nodes
  54. description:
  55. - Manage openshift nodes programmatically.
  56. options:
  57. kubeconfig:
  58. description:
  59. - The path for the kubeconfig file to use for authentication
  60. required: false
  61. default: /etc/origin/master/admin.kubeconfig
  62. aliases: []
  63. debug:
  64. description:
  65. - Turn on debug output.
  66. required: false
  67. default: False
  68. aliases: []
  69. node:
  70. description:
  71. - A list of the nodes being managed
  72. required: false
  73. default: None
  74. aliases: []
  75. selector:
  76. description:
  77. - The selector when filtering on node labels
  78. required: false
  79. default: None
  80. aliases: []
  81. pod_selector:
  82. description:
  83. - A selector when filtering on pod labels.
  84. required: false
  85. default: None
  86. aliases: []
  87. evacuate:
  88. description:
  89. - Remove all pods from a node.
  90. required: false
  91. default: False
  92. aliases: []
  93. schedulable:
  94. description:
  95. - whether or not openshift can schedule pods on this node
  96. required: False
  97. default: None
  98. aliases: []
  99. dry_run:
  100. description:
  101. - This shows the pods that would be migrated if evacuate were called
  102. required: False
  103. default: False
  104. aliases: []
  105. grace_period:
  106. description:
  107. - Grace period (seconds) for pods being deleted.
  108. required: false
  109. default: None
  110. aliases: []
  111. force:
  112. description:
  113. - Whether or not to attempt to force this action in openshift
  114. required: false
  115. default: None
  116. aliases: []
  117. author:
  118. - "Kenny Woodson <kwoodson@redhat.com>"
  119. extends_documentation_fragment: []
  120. '''
  121. EXAMPLES = '''
  122. - name: oadm manage-node --schedulable=true --selector=ops_node=new
  123. oc_adm_manage_node:
  124. selector: ops_node=new
  125. schedulable: True
  126. register: schedout
  127. - name: oadm manage-node my-k8s-node-5 --evacuate
  128. oc_adm_manage_node:
  129. node: my-k8s-node-5
  130. evacuate: True
  131. force: True
  132. '''
  133. # -*- -*- -*- End included fragment: doc/manage_node -*- -*- -*-
  134. # -*- -*- -*- Begin included fragment: ../../lib_utils/src/class/yedit.py -*- -*- -*-
  135. class YeditException(Exception): # pragma: no cover
  136. ''' Exception class for Yedit '''
  137. pass
  138. # pylint: disable=too-many-public-methods
  139. class Yedit(object): # pragma: no cover
  140. ''' Class to modify yaml files '''
  141. re_valid_key = r"(((\[-?\d+\])|([0-9a-zA-Z%s/_-]+)).?)+$"
  142. re_key = r"(?:\[(-?\d+)\])|([0-9a-zA-Z{}/_-]+)"
  143. com_sep = set(['.', '#', '|', ':'])
  144. # pylint: disable=too-many-arguments
  145. def __init__(self,
  146. filename=None,
  147. content=None,
  148. content_type='yaml',
  149. separator='.',
  150. backup=False):
  151. self.content = content
  152. self._separator = separator
  153. self.filename = filename
  154. self.__yaml_dict = content
  155. self.content_type = content_type
  156. self.backup = backup
  157. self.load(content_type=self.content_type)
  158. if self.__yaml_dict is None:
  159. self.__yaml_dict = {}
  160. @property
  161. def separator(self):
  162. ''' getter method for separator '''
  163. return self._separator
  164. @separator.setter
  165. def separator(self, inc_sep):
  166. ''' setter method for separator '''
  167. self._separator = inc_sep
  168. @property
  169. def yaml_dict(self):
  170. ''' getter method for yaml_dict '''
  171. return self.__yaml_dict
  172. @yaml_dict.setter
  173. def yaml_dict(self, value):
  174. ''' setter method for yaml_dict '''
  175. self.__yaml_dict = value
  176. @staticmethod
  177. def parse_key(key, sep='.'):
  178. '''parse the key allowing the appropriate separator'''
  179. common_separators = list(Yedit.com_sep - set([sep]))
  180. return re.findall(Yedit.re_key.format(''.join(common_separators)), key)
  181. @staticmethod
  182. def valid_key(key, sep='.'):
  183. '''validate the incoming key'''
  184. common_separators = list(Yedit.com_sep - set([sep]))
  185. if not re.match(Yedit.re_valid_key.format(''.join(common_separators)), key):
  186. return False
  187. return True
  188. # pylint: disable=too-many-return-statements,too-many-branches
  189. @staticmethod
  190. def remove_entry(data, key, index=None, value=None, sep='.'):
  191. ''' remove data at location key '''
  192. if key == '' and isinstance(data, dict):
  193. if value is not None:
  194. data.pop(value)
  195. elif index is not None:
  196. raise YeditException("remove_entry for a dictionary does not have an index {}".format(index))
  197. else:
  198. data.clear()
  199. return True
  200. elif key == '' and isinstance(data, list):
  201. ind = None
  202. if value is not None:
  203. try:
  204. ind = data.index(value)
  205. except ValueError:
  206. return False
  207. elif index is not None:
  208. ind = index
  209. else:
  210. del data[:]
  211. if ind is not None:
  212. data.pop(ind)
  213. return True
  214. if not (key and Yedit.valid_key(key, sep)) and \
  215. isinstance(data, (list, dict)):
  216. return None
  217. key_indexes = Yedit.parse_key(key, sep)
  218. for arr_ind, dict_key in key_indexes[:-1]:
  219. if dict_key and isinstance(data, dict):
  220. data = data.get(dict_key)
  221. elif (arr_ind and isinstance(data, list) and
  222. int(arr_ind) <= len(data) - 1):
  223. data = data[int(arr_ind)]
  224. else:
  225. return None
  226. # process last index for remove
  227. # expected list entry
  228. if key_indexes[-1][0]:
  229. if isinstance(data, list) and int(key_indexes[-1][0]) <= len(data) - 1: # noqa: E501
  230. del data[int(key_indexes[-1][0])]
  231. return True
  232. # expected dict entry
  233. elif key_indexes[-1][1]:
  234. if isinstance(data, dict):
  235. del data[key_indexes[-1][1]]
  236. return True
  237. @staticmethod
  238. def add_entry(data, key, item=None, sep='.'):
  239. ''' Get an item from a dictionary with key notation a.b.c
  240. d = {'a': {'b': 'c'}}}
  241. key = a#b
  242. return c
  243. '''
  244. if key == '':
  245. pass
  246. elif (not (key and Yedit.valid_key(key, sep)) and
  247. isinstance(data, (list, dict))):
  248. return None
  249. key_indexes = Yedit.parse_key(key, sep)
  250. for arr_ind, dict_key in key_indexes[:-1]:
  251. if dict_key:
  252. if isinstance(data, dict) and dict_key in data and data[dict_key]: # noqa: E501
  253. data = data[dict_key]
  254. continue
  255. elif data and not isinstance(data, dict):
  256. raise YeditException("Unexpected item type found while going through key " +
  257. "path: {} (at key: {})".format(key, dict_key))
  258. data[dict_key] = {}
  259. data = data[dict_key]
  260. elif (arr_ind and isinstance(data, list) and
  261. int(arr_ind) <= len(data) - 1):
  262. data = data[int(arr_ind)]
  263. else:
  264. raise YeditException("Unexpected item type found while going through key path: {}".format(key))
  265. if key == '':
  266. data = item
  267. # process last index for add
  268. # expected list entry
  269. elif key_indexes[-1][0] and isinstance(data, list) and int(key_indexes[-1][0]) <= len(data) - 1: # noqa: E501
  270. data[int(key_indexes[-1][0])] = item
  271. # expected dict entry
  272. elif key_indexes[-1][1] and isinstance(data, dict):
  273. data[key_indexes[-1][1]] = item
  274. # didn't add/update to an existing list, nor add/update key to a dict
  275. # so we must have been provided some syntax like a.b.c[<int>] = "data" for a
  276. # non-existent array
  277. else:
  278. raise YeditException("Error adding to object at path: {}".format(key))
  279. return data
  280. @staticmethod
  281. def get_entry(data, key, sep='.'):
  282. ''' Get an item from a dictionary with key notation a.b.c
  283. d = {'a': {'b': 'c'}}}
  284. key = a.b
  285. return c
  286. '''
  287. if key == '':
  288. pass
  289. elif (not (key and Yedit.valid_key(key, sep)) and
  290. isinstance(data, (list, dict))):
  291. return None
  292. key_indexes = Yedit.parse_key(key, sep)
  293. for arr_ind, dict_key in key_indexes:
  294. if dict_key and isinstance(data, dict):
  295. data = data.get(dict_key)
  296. elif (arr_ind and isinstance(data, list) and
  297. int(arr_ind) <= len(data) - 1):
  298. data = data[int(arr_ind)]
  299. else:
  300. return None
  301. return data
  302. @staticmethod
  303. def _write(filename, contents):
  304. ''' Actually write the file contents to disk. This helps with mocking. '''
  305. tmp_filename = filename + '.yedit'
  306. with open(tmp_filename, 'w') as yfd:
  307. fcntl.flock(yfd, fcntl.LOCK_EX | fcntl.LOCK_NB)
  308. yfd.write(contents)
  309. fcntl.flock(yfd, fcntl.LOCK_UN)
  310. os.rename(tmp_filename, filename)
  311. def write(self):
  312. ''' write to file '''
  313. if not self.filename:
  314. raise YeditException('Please specify a filename.')
  315. if self.backup and self.file_exists():
  316. shutil.copy(self.filename, '{}.{}'.format(self.filename, time.strftime("%Y%m%dT%H%M%S")))
  317. # Try to set format attributes if supported
  318. try:
  319. self.yaml_dict.fa.set_block_style()
  320. except AttributeError:
  321. pass
  322. # Try to use RoundTripDumper if supported.
  323. if self.content_type == 'yaml':
  324. try:
  325. Yedit._write(self.filename, yaml.dump(self.yaml_dict, Dumper=yaml.RoundTripDumper))
  326. except AttributeError:
  327. Yedit._write(self.filename, yaml.safe_dump(self.yaml_dict, default_flow_style=False))
  328. elif self.content_type == 'json':
  329. Yedit._write(self.filename, json.dumps(self.yaml_dict, indent=4, sort_keys=True))
  330. else:
  331. raise YeditException('Unsupported content_type: {}.'.format(self.content_type) +
  332. 'Please specify a content_type of yaml or json.')
  333. return (True, self.yaml_dict)
  334. def read(self):
  335. ''' read from file '''
  336. # check if it exists
  337. if self.filename is None or not self.file_exists():
  338. return None
  339. contents = None
  340. with open(self.filename) as yfd:
  341. contents = yfd.read()
  342. return contents
  343. def file_exists(self):
  344. ''' return whether file exists '''
  345. if os.path.exists(self.filename):
  346. return True
  347. return False
  348. def load(self, content_type='yaml'):
  349. ''' return yaml file '''
  350. contents = self.read()
  351. if not contents and not self.content:
  352. return None
  353. if self.content:
  354. if isinstance(self.content, dict):
  355. self.yaml_dict = self.content
  356. return self.yaml_dict
  357. elif isinstance(self.content, str):
  358. contents = self.content
  359. # check if it is yaml
  360. try:
  361. if content_type == 'yaml' and contents:
  362. # Try to set format attributes if supported
  363. try:
  364. self.yaml_dict.fa.set_block_style()
  365. except AttributeError:
  366. pass
  367. # Try to use RoundTripLoader if supported.
  368. try:
  369. self.yaml_dict = yaml.load(contents, yaml.RoundTripLoader)
  370. except AttributeError:
  371. self.yaml_dict = yaml.safe_load(contents)
  372. # Try to set format attributes if supported
  373. try:
  374. self.yaml_dict.fa.set_block_style()
  375. except AttributeError:
  376. pass
  377. elif content_type == 'json' and contents:
  378. self.yaml_dict = json.loads(contents)
  379. except yaml.YAMLError as err:
  380. # Error loading yaml or json
  381. raise YeditException('Problem with loading yaml file. {}'.format(err))
  382. return self.yaml_dict
  383. def get(self, key):
  384. ''' get a specified key'''
  385. try:
  386. entry = Yedit.get_entry(self.yaml_dict, key, self.separator)
  387. except KeyError:
  388. entry = None
  389. return entry
  390. def pop(self, path, key_or_item):
  391. ''' remove a key, value pair from a dict or an item for a list'''
  392. try:
  393. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  394. except KeyError:
  395. entry = None
  396. if entry is None:
  397. return (False, self.yaml_dict)
  398. if isinstance(entry, dict):
  399. # AUDIT:maybe-no-member makes sense due to fuzzy types
  400. # pylint: disable=maybe-no-member
  401. if key_or_item in entry:
  402. entry.pop(key_or_item)
  403. return (True, self.yaml_dict)
  404. return (False, self.yaml_dict)
  405. elif isinstance(entry, list):
  406. # AUDIT:maybe-no-member makes sense due to fuzzy types
  407. # pylint: disable=maybe-no-member
  408. ind = None
  409. try:
  410. ind = entry.index(key_or_item)
  411. except ValueError:
  412. return (False, self.yaml_dict)
  413. entry.pop(ind)
  414. return (True, self.yaml_dict)
  415. return (False, self.yaml_dict)
  416. def delete(self, path, index=None, value=None):
  417. ''' remove path from a dict'''
  418. try:
  419. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  420. except KeyError:
  421. entry = None
  422. if entry is None:
  423. return (False, self.yaml_dict)
  424. result = Yedit.remove_entry(self.yaml_dict, path, index, value, self.separator)
  425. if not result:
  426. return (False, self.yaml_dict)
  427. return (True, self.yaml_dict)
  428. def exists(self, path, value):
  429. ''' check if value exists at path'''
  430. try:
  431. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  432. except KeyError:
  433. entry = None
  434. if isinstance(entry, list):
  435. if value in entry:
  436. return True
  437. return False
  438. elif isinstance(entry, dict):
  439. if isinstance(value, dict):
  440. rval = False
  441. for key, val in value.items():
  442. if entry[key] != val:
  443. rval = False
  444. break
  445. else:
  446. rval = True
  447. return rval
  448. return value in entry
  449. return entry == value
  450. def append(self, path, value):
  451. '''append value to a list'''
  452. try:
  453. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  454. except KeyError:
  455. entry = None
  456. if entry is None:
  457. self.put(path, [])
  458. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  459. if not isinstance(entry, list):
  460. return (False, self.yaml_dict)
  461. # AUDIT:maybe-no-member makes sense due to loading data from
  462. # a serialized format.
  463. # pylint: disable=maybe-no-member
  464. entry.append(value)
  465. return (True, self.yaml_dict)
  466. # pylint: disable=too-many-arguments
  467. def update(self, path, value, index=None, curr_value=None):
  468. ''' put path, value into a dict '''
  469. try:
  470. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  471. except KeyError:
  472. entry = None
  473. if isinstance(entry, dict):
  474. # AUDIT:maybe-no-member makes sense due to fuzzy types
  475. # pylint: disable=maybe-no-member
  476. if not isinstance(value, dict):
  477. raise YeditException('Cannot replace key, value entry in dict with non-dict type. ' +
  478. 'value=[{}] type=[{}]'.format(value, type(value)))
  479. entry.update(value)
  480. return (True, self.yaml_dict)
  481. elif isinstance(entry, list):
  482. # AUDIT:maybe-no-member makes sense due to fuzzy types
  483. # pylint: disable=maybe-no-member
  484. ind = None
  485. if curr_value:
  486. try:
  487. ind = entry.index(curr_value)
  488. except ValueError:
  489. return (False, self.yaml_dict)
  490. elif index is not None:
  491. ind = index
  492. if ind is not None and entry[ind] != value:
  493. entry[ind] = value
  494. return (True, self.yaml_dict)
  495. # see if it exists in the list
  496. try:
  497. ind = entry.index(value)
  498. except ValueError:
  499. # doesn't exist, append it
  500. entry.append(value)
  501. return (True, self.yaml_dict)
  502. # already exists, return
  503. if ind is not None:
  504. return (False, self.yaml_dict)
  505. return (False, self.yaml_dict)
  506. def put(self, path, value):
  507. ''' put path, value into a dict '''
  508. try:
  509. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  510. except KeyError:
  511. entry = None
  512. if entry == value:
  513. return (False, self.yaml_dict)
  514. # deepcopy didn't work
  515. # Try to use ruamel.yaml and fallback to pyyaml
  516. try:
  517. tmp_copy = yaml.load(yaml.round_trip_dump(self.yaml_dict,
  518. default_flow_style=False),
  519. yaml.RoundTripLoader)
  520. except AttributeError:
  521. tmp_copy = copy.deepcopy(self.yaml_dict)
  522. # set the format attributes if available
  523. try:
  524. tmp_copy.fa.set_block_style()
  525. except AttributeError:
  526. pass
  527. result = Yedit.add_entry(tmp_copy, path, value, self.separator)
  528. if result is None:
  529. return (False, self.yaml_dict)
  530. # When path equals "" it is a special case.
  531. # "" refers to the root of the document
  532. # Only update the root path (entire document) when its a list or dict
  533. if path == '':
  534. if isinstance(result, list) or isinstance(result, dict):
  535. self.yaml_dict = result
  536. return (True, self.yaml_dict)
  537. return (False, self.yaml_dict)
  538. self.yaml_dict = tmp_copy
  539. return (True, self.yaml_dict)
  540. def create(self, path, value):
  541. ''' create a yaml file '''
  542. if not self.file_exists():
  543. # deepcopy didn't work
  544. # Try to use ruamel.yaml and fallback to pyyaml
  545. try:
  546. tmp_copy = yaml.load(yaml.round_trip_dump(self.yaml_dict,
  547. default_flow_style=False),
  548. yaml.RoundTripLoader)
  549. except AttributeError:
  550. tmp_copy = copy.deepcopy(self.yaml_dict)
  551. # set the format attributes if available
  552. try:
  553. tmp_copy.fa.set_block_style()
  554. except AttributeError:
  555. pass
  556. result = Yedit.add_entry(tmp_copy, path, value, self.separator)
  557. if result is not None:
  558. self.yaml_dict = tmp_copy
  559. return (True, self.yaml_dict)
  560. return (False, self.yaml_dict)
  561. @staticmethod
  562. def get_curr_value(invalue, val_type):
  563. '''return the current value'''
  564. if invalue is None:
  565. return None
  566. curr_value = invalue
  567. if val_type == 'yaml':
  568. try:
  569. # AUDIT:maybe-no-member makes sense due to different yaml libraries
  570. # pylint: disable=maybe-no-member
  571. curr_value = yaml.safe_load(invalue, Loader=yaml.RoundTripLoader)
  572. except AttributeError:
  573. curr_value = yaml.safe_load(invalue)
  574. elif val_type == 'json':
  575. curr_value = json.loads(invalue)
  576. return curr_value
  577. @staticmethod
  578. def parse_value(inc_value, vtype=''):
  579. '''determine value type passed'''
  580. true_bools = ['y', 'Y', 'yes', 'Yes', 'YES', 'true', 'True', 'TRUE',
  581. 'on', 'On', 'ON', ]
  582. false_bools = ['n', 'N', 'no', 'No', 'NO', 'false', 'False', 'FALSE',
  583. 'off', 'Off', 'OFF']
  584. # It came in as a string but you didn't specify value_type as string
  585. # we will convert to bool if it matches any of the above cases
  586. if isinstance(inc_value, str) and 'bool' in vtype:
  587. if inc_value not in true_bools and inc_value not in false_bools:
  588. raise YeditException('Not a boolean type. str=[{}] vtype=[{}]'.format(inc_value, vtype))
  589. elif isinstance(inc_value, bool) and 'str' in vtype:
  590. inc_value = str(inc_value)
  591. # There is a special case where '' will turn into None after yaml loading it so skip
  592. if isinstance(inc_value, str) and inc_value == '':
  593. pass
  594. # If vtype is not str then go ahead and attempt to yaml load it.
  595. elif isinstance(inc_value, str) and 'str' not in vtype:
  596. try:
  597. inc_value = yaml.safe_load(inc_value)
  598. except Exception:
  599. raise YeditException('Could not determine type of incoming value. ' +
  600. 'value=[{}] vtype=[{}]'.format(type(inc_value), vtype))
  601. return inc_value
  602. @staticmethod
  603. def process_edits(edits, yamlfile):
  604. '''run through a list of edits and process them one-by-one'''
  605. results = []
  606. for edit in edits:
  607. value = Yedit.parse_value(edit['value'], edit.get('value_type', ''))
  608. if edit.get('action') == 'update':
  609. # pylint: disable=line-too-long
  610. curr_value = Yedit.get_curr_value(
  611. Yedit.parse_value(edit.get('curr_value')),
  612. edit.get('curr_value_format'))
  613. rval = yamlfile.update(edit['key'],
  614. value,
  615. edit.get('index'),
  616. curr_value)
  617. elif edit.get('action') == 'append':
  618. rval = yamlfile.append(edit['key'], value)
  619. else:
  620. rval = yamlfile.put(edit['key'], value)
  621. if rval[0]:
  622. results.append({'key': edit['key'], 'edit': rval[1]})
  623. return {'changed': len(results) > 0, 'results': results}
  624. # pylint: disable=too-many-return-statements,too-many-branches
  625. @staticmethod
  626. def run_ansible(params):
  627. '''perform the idempotent crud operations'''
  628. yamlfile = Yedit(filename=params['src'],
  629. backup=params['backup'],
  630. content_type=params['content_type'],
  631. separator=params['separator'])
  632. state = params['state']
  633. if params['src']:
  634. rval = yamlfile.load()
  635. if yamlfile.yaml_dict is None and state != 'present':
  636. return {'failed': True,
  637. 'msg': 'Error opening file [{}]. Verify that the '.format(params['src']) +
  638. 'file exists, that it is has correct permissions, and is valid yaml.'}
  639. if state == 'list':
  640. if params['content']:
  641. content = Yedit.parse_value(params['content'], params['content_type'])
  642. yamlfile.yaml_dict = content
  643. if params['key']:
  644. rval = yamlfile.get(params['key'])
  645. return {'changed': False, 'result': rval, 'state': state}
  646. elif state == 'absent':
  647. if params['content']:
  648. content = Yedit.parse_value(params['content'], params['content_type'])
  649. yamlfile.yaml_dict = content
  650. if params['update']:
  651. rval = yamlfile.pop(params['key'], params['value'])
  652. else:
  653. rval = yamlfile.delete(params['key'], params['index'], params['value'])
  654. if rval[0] and params['src']:
  655. yamlfile.write()
  656. return {'changed': rval[0], 'result': rval[1], 'state': state}
  657. elif state == 'present':
  658. # check if content is different than what is in the file
  659. if params['content']:
  660. content = Yedit.parse_value(params['content'], params['content_type'])
  661. # We had no edits to make and the contents are the same
  662. if yamlfile.yaml_dict == content and \
  663. params['value'] is None:
  664. return {'changed': False, 'result': yamlfile.yaml_dict, 'state': state}
  665. yamlfile.yaml_dict = content
  666. # If we were passed a key, value then
  667. # we enapsulate it in a list and process it
  668. # Key, Value passed to the module : Converted to Edits list #
  669. edits = []
  670. _edit = {}
  671. if params['value'] is not None:
  672. _edit['value'] = params['value']
  673. _edit['value_type'] = params['value_type']
  674. _edit['key'] = params['key']
  675. if params['update']:
  676. _edit['action'] = 'update'
  677. _edit['curr_value'] = params['curr_value']
  678. _edit['curr_value_format'] = params['curr_value_format']
  679. _edit['index'] = params['index']
  680. elif params['append']:
  681. _edit['action'] = 'append'
  682. edits.append(_edit)
  683. elif params['edits'] is not None:
  684. edits = params['edits']
  685. if edits:
  686. results = Yedit.process_edits(edits, yamlfile)
  687. # if there were changes and a src provided to us we need to write
  688. if results['changed'] and params['src']:
  689. yamlfile.write()
  690. return {'changed': results['changed'], 'result': results['results'], 'state': state}
  691. # no edits to make
  692. if params['src']:
  693. # pylint: disable=redefined-variable-type
  694. rval = yamlfile.write()
  695. return {'changed': rval[0],
  696. 'result': rval[1],
  697. 'state': state}
  698. # We were passed content but no src, key or value, or edits. Return contents in memory
  699. return {'changed': False, 'result': yamlfile.yaml_dict, 'state': state}
  700. return {'failed': True, 'msg': 'Unkown state passed'}
  701. # -*- -*- -*- End included fragment: ../../lib_utils/src/class/yedit.py -*- -*- -*-
  702. # -*- -*- -*- Begin included fragment: lib/base.py -*- -*- -*-
  703. # pylint: disable=too-many-lines
  704. # noqa: E301,E302,E303,T001
  705. class OpenShiftCLIError(Exception):
  706. '''Exception class for openshiftcli'''
  707. pass
  708. ADDITIONAL_PATH_LOOKUPS = ['/usr/local/bin', os.path.expanduser('~/bin')]
  709. def locate_oc_binary():
  710. ''' Find and return oc binary file '''
  711. # https://github.com/openshift/openshift-ansible/issues/3410
  712. # oc can be in /usr/local/bin in some cases, but that may not
  713. # be in $PATH due to ansible/sudo
  714. paths = os.environ.get("PATH", os.defpath).split(os.pathsep) + ADDITIONAL_PATH_LOOKUPS
  715. oc_binary = 'oc'
  716. # Use shutil.which if it is available, otherwise fallback to a naive path search
  717. try:
  718. which_result = shutil.which(oc_binary, path=os.pathsep.join(paths))
  719. if which_result is not None:
  720. oc_binary = which_result
  721. except AttributeError:
  722. for path in paths:
  723. if os.path.exists(os.path.join(path, oc_binary)):
  724. oc_binary = os.path.join(path, oc_binary)
  725. break
  726. return oc_binary
  727. # pylint: disable=too-few-public-methods
  728. class OpenShiftCLI(object):
  729. ''' Class to wrap the command line tools '''
  730. def __init__(self,
  731. namespace,
  732. kubeconfig='/etc/origin/master/admin.kubeconfig',
  733. verbose=False,
  734. all_namespaces=False):
  735. ''' Constructor for OpenshiftCLI '''
  736. self.namespace = namespace
  737. self.verbose = verbose
  738. self.kubeconfig = Utils.create_tmpfile_copy(kubeconfig)
  739. self.all_namespaces = all_namespaces
  740. self.oc_binary = locate_oc_binary()
  741. # Pylint allows only 5 arguments to be passed.
  742. # pylint: disable=too-many-arguments
  743. def _replace_content(self, resource, rname, content, edits=None, force=False, sep='.'):
  744. ''' replace the current object with the content '''
  745. res = self._get(resource, rname)
  746. if not res['results']:
  747. return res
  748. fname = Utils.create_tmpfile(rname + '-')
  749. yed = Yedit(fname, res['results'][0], separator=sep)
  750. updated = False
  751. if content is not None:
  752. changes = []
  753. for key, value in content.items():
  754. changes.append(yed.put(key, value))
  755. if any([change[0] for change in changes]):
  756. updated = True
  757. elif edits is not None:
  758. results = Yedit.process_edits(edits, yed)
  759. if results['changed']:
  760. updated = True
  761. if updated:
  762. yed.write()
  763. atexit.register(Utils.cleanup, [fname])
  764. return self._replace(fname, force)
  765. return {'returncode': 0, 'updated': False}
  766. def _replace(self, fname, force=False):
  767. '''replace the current object with oc replace'''
  768. # We are removing the 'resourceVersion' to handle
  769. # a race condition when modifying oc objects
  770. yed = Yedit(fname)
  771. results = yed.delete('metadata.resourceVersion')
  772. if results[0]:
  773. yed.write()
  774. cmd = ['replace', '-f', fname]
  775. if force:
  776. cmd.append('--force')
  777. return self.openshift_cmd(cmd)
  778. def _create_from_content(self, rname, content):
  779. '''create a temporary file and then call oc create on it'''
  780. fname = Utils.create_tmpfile(rname + '-')
  781. yed = Yedit(fname, content=content)
  782. yed.write()
  783. atexit.register(Utils.cleanup, [fname])
  784. return self._create(fname)
  785. def _create(self, fname):
  786. '''call oc create on a filename'''
  787. return self.openshift_cmd(['create', '-f', fname])
  788. def _delete(self, resource, name=None, selector=None):
  789. '''call oc delete on a resource'''
  790. cmd = ['delete', resource]
  791. if selector is not None:
  792. cmd.append('--selector={}'.format(selector))
  793. elif name is not None:
  794. cmd.append(name)
  795. else:
  796. raise OpenShiftCLIError('Either name or selector is required when calling delete.')
  797. return self.openshift_cmd(cmd)
  798. def _process(self, template_name, create=False, params=None, template_data=None): # noqa: E501
  799. '''process a template
  800. template_name: the name of the template to process
  801. create: whether to send to oc create after processing
  802. params: the parameters for the template
  803. template_data: the incoming template's data; instead of a file
  804. '''
  805. cmd = ['process']
  806. if template_data:
  807. cmd.extend(['-f', '-'])
  808. else:
  809. cmd.append(template_name)
  810. if params:
  811. param_str = ["{}={}".format(key, str(value).replace("'", r'"')) for key, value in params.items()]
  812. cmd.append('-v')
  813. cmd.extend(param_str)
  814. results = self.openshift_cmd(cmd, output=True, input_data=template_data)
  815. if results['returncode'] != 0 or not create:
  816. return results
  817. fname = Utils.create_tmpfile(template_name + '-')
  818. yed = Yedit(fname, results['results'])
  819. yed.write()
  820. atexit.register(Utils.cleanup, [fname])
  821. return self.openshift_cmd(['create', '-f', fname])
  822. def _get(self, resource, name=None, selector=None, field_selector=None):
  823. '''return a resource by name '''
  824. cmd = ['get', resource]
  825. if selector is not None:
  826. cmd.append('--selector={}'.format(selector))
  827. if field_selector is not None:
  828. cmd.append('--field-selector={}'.format(field_selector))
  829. # Name cannot be used with selector or field_selector.
  830. if selector is None and field_selector is None and name is not None:
  831. cmd.append(name)
  832. cmd.extend(['-o', 'json'])
  833. rval = self.openshift_cmd(cmd, output=True)
  834. # Ensure results are retuned in an array
  835. if 'items' in rval:
  836. rval['results'] = rval['items']
  837. elif not isinstance(rval['results'], list):
  838. rval['results'] = [rval['results']]
  839. return rval
  840. def _schedulable(self, node=None, selector=None, schedulable=True):
  841. ''' perform oadm manage-node scheduable '''
  842. cmd = ['manage-node']
  843. if node:
  844. cmd.extend(node)
  845. else:
  846. cmd.append('--selector={}'.format(selector))
  847. cmd.append('--schedulable={}'.format(schedulable))
  848. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw') # noqa: E501
  849. def _list_pods(self, node=None, selector=None, pod_selector=None):
  850. ''' perform oadm list pods
  851. node: the node in which to list pods
  852. selector: the label selector filter if provided
  853. pod_selector: the pod selector filter if provided
  854. '''
  855. cmd = ['manage-node']
  856. if node:
  857. cmd.extend(node)
  858. else:
  859. cmd.append('--selector={}'.format(selector))
  860. if pod_selector:
  861. cmd.append('--pod-selector={}'.format(pod_selector))
  862. cmd.extend(['--list-pods', '-o', 'json'])
  863. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw')
  864. # pylint: disable=too-many-arguments
  865. def _evacuate(self, node=None, selector=None, pod_selector=None, dry_run=False, grace_period=None, force=False):
  866. ''' perform oadm manage-node evacuate '''
  867. cmd = ['manage-node']
  868. if node:
  869. cmd.extend(node)
  870. else:
  871. cmd.append('--selector={}'.format(selector))
  872. if dry_run:
  873. cmd.append('--dry-run')
  874. if pod_selector:
  875. cmd.append('--pod-selector={}'.format(pod_selector))
  876. if grace_period:
  877. cmd.append('--grace-period={}'.format(int(grace_period)))
  878. if force:
  879. cmd.append('--force')
  880. cmd.append('--evacuate')
  881. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw')
  882. def _version(self):
  883. ''' return the openshift version'''
  884. return self.openshift_cmd(['version'], output=True, output_type='raw')
  885. def _import_image(self, url=None, name=None, tag=None):
  886. ''' perform image import '''
  887. cmd = ['import-image']
  888. image = '{0}'.format(name)
  889. if tag:
  890. image += ':{0}'.format(tag)
  891. cmd.append(image)
  892. if url:
  893. cmd.append('--from={0}/{1}'.format(url, image))
  894. cmd.append('-n{0}'.format(self.namespace))
  895. cmd.append('--confirm')
  896. return self.openshift_cmd(cmd)
  897. def _run(self, cmds, input_data):
  898. ''' Actually executes the command. This makes mocking easier. '''
  899. curr_env = os.environ.copy()
  900. curr_env.update({'KUBECONFIG': self.kubeconfig})
  901. proc = subprocess.Popen(cmds,
  902. stdin=subprocess.PIPE,
  903. stdout=subprocess.PIPE,
  904. stderr=subprocess.PIPE,
  905. env=curr_env)
  906. stdout, stderr = proc.communicate(input_data)
  907. return proc.returncode, stdout.decode('utf-8'), stderr.decode('utf-8')
  908. # pylint: disable=too-many-arguments,too-many-branches
  909. def openshift_cmd(self, cmd, oadm=False, output=False, output_type='json', input_data=None):
  910. '''Base command for oc '''
  911. cmds = [self.oc_binary]
  912. if oadm:
  913. cmds.append('adm')
  914. cmds.extend(cmd)
  915. if self.all_namespaces:
  916. cmds.extend(['--all-namespaces'])
  917. elif self.namespace is not None and self.namespace.lower() not in ['none', 'emtpy']: # E501
  918. cmds.extend(['-n', self.namespace])
  919. if self.verbose:
  920. print(' '.join(cmds))
  921. try:
  922. returncode, stdout, stderr = self._run(cmds, input_data)
  923. except OSError as ex:
  924. returncode, stdout, stderr = 1, '', 'Failed to execute {}: {}'.format(subprocess.list2cmdline(cmds), ex)
  925. rval = {"returncode": returncode,
  926. "cmd": ' '.join(cmds)}
  927. if output_type == 'json':
  928. rval['results'] = {}
  929. if output and stdout:
  930. try:
  931. rval['results'] = json.loads(stdout)
  932. except ValueError as verr:
  933. if "No JSON object could be decoded" in verr.args:
  934. rval['err'] = verr.args
  935. elif output_type == 'raw':
  936. rval['results'] = stdout if output else ''
  937. if self.verbose:
  938. print("STDOUT: {0}".format(stdout))
  939. print("STDERR: {0}".format(stderr))
  940. if 'err' in rval or returncode != 0:
  941. rval.update({"stderr": stderr,
  942. "stdout": stdout})
  943. return rval
  944. class Utils(object): # pragma: no cover
  945. ''' utilities for openshiftcli modules '''
  946. @staticmethod
  947. def _write(filename, contents):
  948. ''' Actually write the file contents to disk. This helps with mocking. '''
  949. with open(filename, 'w') as sfd:
  950. sfd.write(str(contents))
  951. @staticmethod
  952. def create_tmp_file_from_contents(rname, data, ftype='yaml'):
  953. ''' create a file in tmp with name and contents'''
  954. tmp = Utils.create_tmpfile(prefix=rname)
  955. if ftype == 'yaml':
  956. # AUDIT:no-member makes sense here due to ruamel.YAML/PyYAML usage
  957. # pylint: disable=no-member
  958. if hasattr(yaml, 'RoundTripDumper'):
  959. Utils._write(tmp, yaml.dump(data, Dumper=yaml.RoundTripDumper))
  960. else:
  961. Utils._write(tmp, yaml.safe_dump(data, default_flow_style=False))
  962. elif ftype == 'json':
  963. Utils._write(tmp, json.dumps(data))
  964. else:
  965. Utils._write(tmp, data)
  966. # Register cleanup when module is done
  967. atexit.register(Utils.cleanup, [tmp])
  968. return tmp
  969. @staticmethod
  970. def create_tmpfile_copy(inc_file):
  971. '''create a temporary copy of a file'''
  972. tmpfile = Utils.create_tmpfile('lib_openshift-')
  973. Utils._write(tmpfile, open(inc_file).read())
  974. # Cleanup the tmpfile
  975. atexit.register(Utils.cleanup, [tmpfile])
  976. return tmpfile
  977. @staticmethod
  978. def create_tmpfile(prefix='tmp'):
  979. ''' Generates and returns a temporary file name '''
  980. with tempfile.NamedTemporaryFile(prefix=prefix, delete=False) as tmp:
  981. return tmp.name
  982. @staticmethod
  983. def create_tmp_files_from_contents(content, content_type=None):
  984. '''Turn an array of dict: filename, content into a files array'''
  985. if not isinstance(content, list):
  986. content = [content]
  987. files = []
  988. for item in content:
  989. path = Utils.create_tmp_file_from_contents(item['path'] + '-',
  990. item['data'],
  991. ftype=content_type)
  992. files.append({'name': os.path.basename(item['path']),
  993. 'path': path})
  994. return files
  995. @staticmethod
  996. def cleanup(files):
  997. '''Clean up on exit '''
  998. for sfile in files:
  999. if os.path.exists(sfile):
  1000. if os.path.isdir(sfile):
  1001. shutil.rmtree(sfile)
  1002. elif os.path.isfile(sfile):
  1003. os.remove(sfile)
  1004. @staticmethod
  1005. def exists(results, _name):
  1006. ''' Check to see if the results include the name '''
  1007. if not results:
  1008. return False
  1009. if Utils.find_result(results, _name):
  1010. return True
  1011. return False
  1012. @staticmethod
  1013. def find_result(results, _name):
  1014. ''' Find the specified result by name'''
  1015. rval = None
  1016. for result in results:
  1017. if 'metadata' in result and result['metadata']['name'] == _name:
  1018. rval = result
  1019. break
  1020. return rval
  1021. @staticmethod
  1022. def get_resource_file(sfile, sfile_type='yaml'):
  1023. ''' return the service file '''
  1024. contents = None
  1025. with open(sfile) as sfd:
  1026. contents = sfd.read()
  1027. if sfile_type == 'yaml':
  1028. # AUDIT:no-member makes sense here due to ruamel.YAML/PyYAML usage
  1029. # pylint: disable=no-member
  1030. if hasattr(yaml, 'RoundTripLoader'):
  1031. contents = yaml.load(contents, yaml.RoundTripLoader)
  1032. else:
  1033. contents = yaml.safe_load(contents)
  1034. elif sfile_type == 'json':
  1035. contents = json.loads(contents)
  1036. return contents
  1037. @staticmethod
  1038. def filter_versions(stdout):
  1039. ''' filter the oc version output '''
  1040. version_dict = {}
  1041. version_search = ['oc', 'openshift', 'kubernetes']
  1042. for line in stdout.strip().split('\n'):
  1043. for term in version_search:
  1044. if not line:
  1045. continue
  1046. if line.startswith(term):
  1047. version_dict[term] = line.split()[-1]
  1048. # horrible hack to get openshift version in Openshift 3.2
  1049. # By default "oc version in 3.2 does not return an "openshift" version
  1050. if "openshift" not in version_dict:
  1051. version_dict["openshift"] = version_dict["oc"]
  1052. return version_dict
  1053. @staticmethod
  1054. def add_custom_versions(versions):
  1055. ''' create custom versions strings '''
  1056. versions_dict = {}
  1057. for tech, version in versions.items():
  1058. # clean up "-" from version
  1059. if "-" in version:
  1060. version = version.split("-")[0]
  1061. if version.startswith('v'):
  1062. versions_dict[tech + '_numeric'] = version[1:].split('+')[0]
  1063. # "v3.3.0.33" is what we have, we want "3.3"
  1064. versions_dict[tech + '_short'] = version[1:4]
  1065. return versions_dict
  1066. @staticmethod
  1067. def openshift_installed():
  1068. ''' check if openshift is installed '''
  1069. import rpm
  1070. transaction_set = rpm.TransactionSet()
  1071. rpmquery = transaction_set.dbMatch("name", "atomic-openshift")
  1072. return rpmquery.count() > 0
  1073. # Disabling too-many-branches. This is a yaml dictionary comparison function
  1074. # pylint: disable=too-many-branches,too-many-return-statements,too-many-statements
  1075. @staticmethod
  1076. def check_def_equal(user_def, result_def, skip_keys=None, debug=False):
  1077. ''' Given a user defined definition, compare it with the results given back by our query. '''
  1078. # Currently these values are autogenerated and we do not need to check them
  1079. skip = ['metadata', 'status']
  1080. if skip_keys:
  1081. skip.extend(skip_keys)
  1082. for key, value in result_def.items():
  1083. if key in skip:
  1084. continue
  1085. # Both are lists
  1086. if isinstance(value, list):
  1087. if key not in user_def:
  1088. if debug:
  1089. print('User data does not have key [%s]' % key)
  1090. print('User data: %s' % user_def)
  1091. return False
  1092. if not isinstance(user_def[key], list):
  1093. if debug:
  1094. print('user_def[key] is not a list key=[%s] user_def[key]=%s' % (key, user_def[key]))
  1095. return False
  1096. if len(user_def[key]) != len(value):
  1097. if debug:
  1098. print("List lengths are not equal.")
  1099. print("key=[%s]: user_def[%s] != value[%s]" % (key, len(user_def[key]), len(value)))
  1100. print("user_def: %s" % user_def[key])
  1101. print("value: %s" % value)
  1102. return False
  1103. for values in zip(user_def[key], value):
  1104. if isinstance(values[0], dict) and isinstance(values[1], dict):
  1105. if debug:
  1106. print('sending list - list')
  1107. print(type(values[0]))
  1108. print(type(values[1]))
  1109. result = Utils.check_def_equal(values[0], values[1], skip_keys=skip_keys, debug=debug)
  1110. if not result:
  1111. print('list compare returned false')
  1112. return False
  1113. elif value != user_def[key]:
  1114. if debug:
  1115. print('value should be identical')
  1116. print(user_def[key])
  1117. print(value)
  1118. return False
  1119. # recurse on a dictionary
  1120. elif isinstance(value, dict):
  1121. if key not in user_def:
  1122. if debug:
  1123. print("user_def does not have key [%s]" % key)
  1124. return False
  1125. if not isinstance(user_def[key], dict):
  1126. if debug:
  1127. print("dict returned false: not instance of dict")
  1128. return False
  1129. # before passing ensure keys match
  1130. api_values = set(value.keys()) - set(skip)
  1131. user_values = set(user_def[key].keys()) - set(skip)
  1132. if api_values != user_values:
  1133. if debug:
  1134. print("keys are not equal in dict")
  1135. print(user_values)
  1136. print(api_values)
  1137. return False
  1138. result = Utils.check_def_equal(user_def[key], value, skip_keys=skip_keys, debug=debug)
  1139. if not result:
  1140. if debug:
  1141. print("dict returned false")
  1142. print(result)
  1143. return False
  1144. # Verify each key, value pair is the same
  1145. else:
  1146. if key not in user_def or value != user_def[key]:
  1147. if debug:
  1148. print("value not equal; user_def does not have key")
  1149. print(key)
  1150. print(value)
  1151. if key in user_def:
  1152. print(user_def[key])
  1153. return False
  1154. if debug:
  1155. print('returning true')
  1156. return True
  1157. class OpenShiftCLIConfig(object):
  1158. '''Generic Config'''
  1159. def __init__(self, rname, namespace, kubeconfig, options):
  1160. self.kubeconfig = kubeconfig
  1161. self.name = rname
  1162. self.namespace = namespace
  1163. self._options = options
  1164. @property
  1165. def config_options(self):
  1166. ''' return config options '''
  1167. return self._options
  1168. def to_option_list(self, ascommalist=''):
  1169. '''return all options as a string
  1170. if ascommalist is set to the name of a key, and
  1171. the value of that key is a dict, format the dict
  1172. as a list of comma delimited key=value pairs'''
  1173. return self.stringify(ascommalist)
  1174. def stringify(self, ascommalist=''):
  1175. ''' return the options hash as cli params in a string
  1176. if ascommalist is set to the name of a key, and
  1177. the value of that key is a dict, format the dict
  1178. as a list of comma delimited key=value pairs '''
  1179. rval = []
  1180. for key in sorted(self.config_options.keys()):
  1181. data = self.config_options[key]
  1182. if data['include'] \
  1183. and (data['value'] is not None or isinstance(data['value'], int)):
  1184. if key == ascommalist:
  1185. val = ','.join(['{}={}'.format(kk, vv) for kk, vv in sorted(data['value'].items())])
  1186. else:
  1187. val = data['value']
  1188. rval.append('--{}={}'.format(key.replace('_', '-'), val))
  1189. return rval
  1190. # -*- -*- -*- End included fragment: lib/base.py -*- -*- -*-
  1191. # -*- -*- -*- Begin included fragment: class/oc_adm_manage_node.py -*- -*- -*-
  1192. class ManageNodeException(Exception):
  1193. ''' manage-node exception class '''
  1194. pass
  1195. class ManageNodeConfig(OpenShiftCLIConfig):
  1196. ''' ManageNodeConfig is a DTO for the manage-node command.'''
  1197. def __init__(self, kubeconfig, node_options):
  1198. super(ManageNodeConfig, self).__init__(None, None, kubeconfig, node_options)
  1199. # pylint: disable=too-many-instance-attributes
  1200. class ManageNode(OpenShiftCLI):
  1201. ''' Class to wrap the oc command line tools '''
  1202. # pylint allows 5
  1203. # pylint: disable=too-many-arguments
  1204. def __init__(self,
  1205. config,
  1206. verbose=False):
  1207. ''' Constructor for ManageNode '''
  1208. super(ManageNode, self).__init__(None, kubeconfig=config.kubeconfig, verbose=verbose)
  1209. self.config = config
  1210. def evacuate(self):
  1211. ''' formulate the params and run oadm manage-node '''
  1212. return self._evacuate(node=self.config.config_options['node']['value'],
  1213. selector=self.config.config_options['selector']['value'],
  1214. pod_selector=self.config.config_options['pod_selector']['value'],
  1215. dry_run=self.config.config_options['dry_run']['value'],
  1216. grace_period=self.config.config_options['grace_period']['value'],
  1217. force=self.config.config_options['force']['value'],
  1218. )
  1219. def get_nodes(self, node=None, selector=''):
  1220. '''perform oc get node'''
  1221. _node = None
  1222. _sel = None
  1223. if node:
  1224. _node = node
  1225. if selector:
  1226. _sel = selector
  1227. results = self._get('node', name=_node, selector=_sel)
  1228. if results['returncode'] != 0:
  1229. return results
  1230. nodes = []
  1231. items = None
  1232. if results['results'][0]['kind'] == 'List':
  1233. items = results['results'][0]['items']
  1234. else:
  1235. items = results['results']
  1236. for node in items:
  1237. _node = {}
  1238. _node['name'] = node['metadata']['name']
  1239. _node['schedulable'] = True
  1240. if 'unschedulable' in node['spec']:
  1241. _node['schedulable'] = False
  1242. nodes.append(_node)
  1243. return nodes
  1244. def get_pods_from_node(self, node, pod_selector=None):
  1245. '''return pods for a node'''
  1246. results = self._list_pods(node=[node], pod_selector=pod_selector)
  1247. if results['returncode'] != 0:
  1248. return results
  1249. # When a selector or node is matched it is returned along with the json.
  1250. # We are going to split the results based on the regexp and then
  1251. # load the json for each matching node.
  1252. # Before we return we are going to loop over the results and pull out the node names.
  1253. # {'node': [pod, pod], 'node': [pod, pod]}
  1254. # 3.2 includes the following lines in stdout: "Listing matched pods on node:"
  1255. all_pods = []
  1256. if "Listing matched" in results['results']:
  1257. listing_match = re.compile('\n^Listing matched.*$\n', flags=re.MULTILINE)
  1258. pods = listing_match.split(results['results'])
  1259. for pod in pods:
  1260. if pod:
  1261. all_pods.extend(json.loads(pod)['items'])
  1262. # 3.3 specific
  1263. else:
  1264. # this is gross but I filed a bug...
  1265. # https://bugzilla.redhat.com/show_bug.cgi?id=1381621
  1266. # build our own json from the output.
  1267. all_pods = json.loads(results['results'])['items']
  1268. return all_pods
  1269. def list_pods(self):
  1270. ''' run oadm manage-node --list-pods'''
  1271. _nodes = self.config.config_options['node']['value']
  1272. _selector = self.config.config_options['selector']['value']
  1273. _pod_selector = self.config.config_options['pod_selector']['value']
  1274. if not _nodes:
  1275. _nodes = self.get_nodes(selector=_selector)
  1276. else:
  1277. _nodes = [{'name': name} for name in _nodes]
  1278. all_pods = {}
  1279. for node in _nodes:
  1280. results = self.get_pods_from_node(node['name'], pod_selector=_pod_selector)
  1281. if isinstance(results, dict):
  1282. return results
  1283. all_pods[node['name']] = results
  1284. results = {}
  1285. results['nodes'] = all_pods
  1286. results['returncode'] = 0
  1287. return results
  1288. def schedulable(self):
  1289. '''oadm manage-node call for making nodes unschedulable'''
  1290. nodes = self.config.config_options['node']['value']
  1291. selector = self.config.config_options['selector']['value']
  1292. if not nodes:
  1293. nodes = self.get_nodes(selector=selector)
  1294. else:
  1295. tmp_nodes = []
  1296. for name in nodes:
  1297. tmp_result = self.get_nodes(name)
  1298. if isinstance(tmp_result, dict):
  1299. tmp_nodes.append(tmp_result)
  1300. continue
  1301. tmp_nodes.extend(tmp_result)
  1302. nodes = tmp_nodes
  1303. # This is a short circuit based on the way we fetch nodes.
  1304. # If node is a dict/list then we've already fetched them.
  1305. for node in nodes:
  1306. if isinstance(node, dict) and 'returncode' in node:
  1307. return {'results': nodes, 'returncode': node['returncode']}
  1308. if isinstance(node, list) and 'returncode' in node[0]:
  1309. return {'results': nodes, 'returncode': node[0]['returncode']}
  1310. # check all the nodes that were returned and verify they are:
  1311. # node['schedulable'] == self.config.config_options['schedulable']['value']
  1312. if any([node['schedulable'] != self.config.config_options['schedulable']['value'] for node in nodes]):
  1313. results = self._schedulable(node=self.config.config_options['node']['value'],
  1314. selector=self.config.config_options['selector']['value'],
  1315. schedulable=self.config.config_options['schedulable']['value'])
  1316. # 'NAME STATUS AGE\\nip-172-31-49-140.ec2.internal Ready 4h\\n' # E501
  1317. # normalize formatting with previous return objects
  1318. if results['results'].startswith('NAME'):
  1319. nodes = []
  1320. # removing header line and trailing new line character of node lines
  1321. for node_results in results['results'].split('\n')[1:-1]:
  1322. parts = node_results.split()
  1323. nodes.append({'name': parts[0], 'schedulable': parts[1] == 'Ready'})
  1324. results['nodes'] = nodes
  1325. return results
  1326. results = {}
  1327. results['returncode'] = 0
  1328. results['changed'] = False
  1329. results['nodes'] = nodes
  1330. return results
  1331. @staticmethod
  1332. def run_ansible(params, check_mode):
  1333. '''run the idempotent ansible code'''
  1334. nconfig = ManageNodeConfig(params['kubeconfig'],
  1335. {'node': {'value': params['node'], 'include': True},
  1336. 'selector': {'value': params['selector'], 'include': True},
  1337. 'pod_selector': {'value': params['pod_selector'], 'include': True},
  1338. 'schedulable': {'value': params['schedulable'], 'include': True},
  1339. 'list_pods': {'value': params['list_pods'], 'include': True},
  1340. 'evacuate': {'value': params['evacuate'], 'include': True},
  1341. 'dry_run': {'value': params['dry_run'], 'include': True},
  1342. 'force': {'value': params['force'], 'include': True},
  1343. 'grace_period': {'value': params['grace_period'], 'include': True},
  1344. })
  1345. oadm_mn = ManageNode(nconfig)
  1346. # Run the oadm manage-node commands
  1347. results = None
  1348. changed = False
  1349. if params['schedulable'] != None:
  1350. if check_mode:
  1351. # schedulable returns results after the fact.
  1352. # We need to redo how this works to support check_mode completely.
  1353. return {'changed': True, 'msg': 'CHECK_MODE: would have called schedulable.'}
  1354. results = oadm_mn.schedulable()
  1355. if 'changed' not in results:
  1356. changed = True
  1357. if params['evacuate']:
  1358. results = oadm_mn.evacuate()
  1359. changed = True
  1360. elif params['list_pods']:
  1361. results = oadm_mn.list_pods()
  1362. if not results or results['returncode'] != 0:
  1363. return {'failed': True, 'msg': results}
  1364. return {'changed': changed, 'results': results, 'state': "present"}
  1365. # -*- -*- -*- End included fragment: class/oc_adm_manage_node.py -*- -*- -*-
  1366. # -*- -*- -*- Begin included fragment: ansible/oc_adm_manage_node.py -*- -*- -*-
  1367. def main():
  1368. '''
  1369. ansible oadm module for manage-node
  1370. '''
  1371. module = AnsibleModule(
  1372. argument_spec=dict(
  1373. debug=dict(default=False, type='bool'),
  1374. kubeconfig=dict(default='/etc/origin/master/admin.kubeconfig', type='str'),
  1375. node=dict(default=None, type='list'),
  1376. selector=dict(default=None, type='str'),
  1377. pod_selector=dict(default=None, type='str'),
  1378. schedulable=dict(default=None, type='bool'),
  1379. list_pods=dict(default=False, type='bool'),
  1380. evacuate=dict(default=False, type='bool'),
  1381. dry_run=dict(default=False, type='bool'),
  1382. force=dict(default=False, type='bool'),
  1383. grace_period=dict(default=None, type='int'),
  1384. ),
  1385. mutually_exclusive=[["selector", "node"], ['evacuate', 'list_pods'], ['list_pods', 'schedulable']],
  1386. required_one_of=[["node", "selector"]],
  1387. supports_check_mode=True,
  1388. )
  1389. results = ManageNode.run_ansible(module.params, module.check_mode)
  1390. if 'failed' in results:
  1391. module.fail_json(**results)
  1392. module.exit_json(**results)
  1393. if __name__ == "__main__":
  1394. main()
  1395. # -*- -*- -*- End included fragment: ansible/oc_adm_manage_node.py -*- -*- -*-